diff options
author | Mark Felder <feld@feld.me> | 2024-07-20 15:06:19 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-07-20 15:06:19 -0400 |
commit | 304b7f5093c7e4ea096a3fec85e0c9339f745db0 (patch) | |
tree | 0aab4f4a23256bbcce13db074035493ada95d0cb /changelog.d | |
parent | 86ae00f9da4d9e39d8f635d51b1139529b6fb9dc (diff) | |
download | pleroma-304b7f5093c7e4ea096a3fec85e0c9339f745db0.tar.gz pleroma-304b7f5093c7e4ea096a3fec85e0c9339f745db0.zip |
Support cancelling jobs when Unrepeating
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 aae8bd84f..1b9bab516 100644 --- a/changelog.d/oban-cancel-federation.add +++ b/changelog.d/oban-cancel-federation.add @@ -1 +1 @@ -Deleting or Unfavoriting a post will cancel undelivered publishing jobs for the original activity. +Deleting, Unfavoriting, or Unrepeating a post will cancel undelivered publishing jobs for the original activity. |