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