mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 07:26:02 -04:00
Aggregate event push actions
This commit is contained in:
parent
795f8e3fe7
commit
095b45c165
5 changed files with 342 additions and 59 deletions
|
@ -85,6 +85,12 @@ class SlavedEventStore(BaseSlavedStore):
|
|||
get_unread_event_push_actions_by_room_for_user = (
|
||||
EventPushActionsStore.__dict__["get_unread_event_push_actions_by_room_for_user"]
|
||||
)
|
||||
_get_unread_counts_by_receipt_txn = (
|
||||
DataStore._get_unread_counts_by_receipt_txn.__func__
|
||||
)
|
||||
_get_unread_counts_by_pos_txn = (
|
||||
DataStore._get_unread_counts_by_pos_txn.__func__
|
||||
)
|
||||
_get_state_group_for_events = (
|
||||
StateStore.__dict__["_get_state_group_for_events"]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue