summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-07-28 20:41:21 -0400
committerMark Felder <feld@feld.me>2024-07-28 21:04:36 -0400
commit59309a9eff5c2e61b2195945eca21c5126eb3f5f (patch)
treec9d0320dd096974cc7cca0eadb4b11269c43470d /changelog.d
parent6876761837bad399758cd6a93be5bf5cc8a81cef (diff)
downloadpleroma-59309a9eff5c2e61b2195945eca21c5126eb3f5f.tar.gz
pleroma-59309a9eff5c2e61b2195945eca21c5126eb3f5f.zip
Publisher job simplification
Publisher jobs now store the the activity id instead of inserting duplicate JSON data in the Oban queue for each delivery.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/publisher.change1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/publisher.change b/changelog.d/publisher.change
new file mode 100644
index 000000000..0d26d7b00
--- /dev/null
+++ b/changelog.d/publisher.change
@@ -0,0 +1 @@
+Publisher jobs now store the the activity id instead of inserting duplicate JSON data in the Oban queue for each delivery.