diff options
author | Mark Felder <feld@feld.me> | 2024-07-20 14:53:53 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-07-20 14:54:31 -0400 |
commit | 86ae00f9da4d9e39d8f635d51b1139529b6fb9dc (patch) | |
tree | 4ab384ec07fd477e17633ffb0b4cb68ce4ef78f7 /changelog.d | |
parent | 3f5c9f003b065ed95d0aa9ff05fc41ea7484f38e (diff) | |
download | pleroma-86ae00f9da4d9e39d8f635d51b1139529b6fb9dc.tar.gz pleroma-86ae00f9da4d9e39d8f635d51b1139529b6fb9dc.zip |
Support cancelling jobs when Unfavoriting
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/oban-cancel-federation.add | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/oban-cancel-federation.add b/changelog.d/oban-cancel-federation.add index 39473e898..aae8bd84f 100644 --- a/changelog.d/oban-cancel-federation.add +++ b/changelog.d/oban-cancel-federation.add @@ -1 +1 @@ -Deleting a post will cancel queued publishing jobs for the deleted activity. +Deleting or Unfavoriting a post will cancel undelivered publishing jobs for the original activity. |