0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-03 23:19:01 +02:00
synapse/problems_with_this_branch
2015-12-22 15:22:26 +00:00

5 lines
468 B
Text

* processing push by bluntly running the rules for each user
* processing push twice because the pushers still run the rules themselves rather than pulling out of the event_actions table
* consequently converting events back & forth between objects & dicts when processing
* fetching all the current ephemeral events for each room on an incremental sync to get the user's read receipt
* doing 2 more db queries per room at sync time to get the unread notif count