diff options
author | lukasdenk <63459921+lukasdenk@users.noreply.github.com> | 2022-02-17 11:23:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 10:23:54 +0000 |
commit | 40771773909cb03d9296e3f0505e4e32372f10aa (patch) | |
tree | c493f554e17205af0633a1747f43d35e99de264d /changelog.d | |
parent | Explain the meaning of spam checker callbacks' return values (#12003) (diff) | |
download | synapse-40771773909cb03d9296e3f0505e4e32372f10aa.tar.xz |
Prevent duplicate push notifications for room reads (#11835)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11835.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11835.feature b/changelog.d/11835.feature new file mode 100644 index 0000000000..7cee39b08c --- /dev/null +++ b/changelog.d/11835.feature @@ -0,0 +1 @@ +Make a `POST` to `/rooms/<room_id>/receipt/m.read/<event_id>` only trigger a push notification if the count of unread messages is different to the one in the last successfully sent push. |