diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2022-05-30 11:14:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 13:14:43 +0200 |
commit | b10211871fd19013631cf5d798a90f74a86c6c56 (patch) | |
tree | a3ce40bdf219e43f4b3ccc525dde91dccbae1f75 /changelog.d | |
parent | Fix `get_metadata_for_events` (#12904) (diff) | |
download | synapse-b10211871fd19013631cf5d798a90f74a86c6c56.tar.xz |
Fix invite notifications for users without pushers (#12840)
Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de> Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12840.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12840.bugfix b/changelog.d/12840.bugfix new file mode 100644 index 0000000000..b15cedf896 --- /dev/null +++ b/changelog.d/12840.bugfix @@ -0,0 +1 @@ +Fix an issue introduced in Synapse 0.34 where the `/notifications` endpoint would only return notifications if a user registered at least one pusher. Contributed by Famedly. |