mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-18 13:00:20 -04:00
Fix bug where we didn't delete staging push actions (#14014)
Introduced in #13719
This commit is contained in:
parent
cc8a3582e0
commit
2c237debd3
2 changed files with 2 additions and 1 deletions
1
changelog.d/14014.bugfix
Normal file
1
changelog.d/14014.bugfix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Send invite push notifications for invite over federation.
|
|
@ -2174,7 +2174,7 @@ class PersistEventsStore:
|
||||||
(
|
(
|
||||||
(event.event_id,)
|
(event.event_id,)
|
||||||
for event, _ in all_events_and_contexts
|
for event, _ in all_events_and_contexts
|
||||||
if not event.internal_metadata.is_outlier()
|
if event.internal_metadata.is_notifiable()
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue