synapse/changelog.d
Andrew Morgan fae81f2f68
Add a storage method for returning all current presence from all users (#9650)
Split off from https://github.com/matrix-org/synapse/pull/9491

Adds a storage method for getting the current presence of all local users, optionally excluding those that are offline. This will be used by the code in #9491 when a PresenceRouter module informs Synapse that a given user should have `"ALL"` user presence updates routed to them. Specifically, it is used here: b588f16e39/synapse/handlers/presence.py (L1131-L1133)

Note that there is a `get_all_presence_updates` function just above. That function is intended to walk up the table through stream IDs, and is primarily used by the presence replication stream. I could possibly make use of it in the PresenceRouter-related code, but it would be a bit of a bodge.
2021-03-25 10:34:23 +00:00
..
.gitignore
9411.misc
9499.misc Fix typo in changelog. 2021-03-24 11:32:42 -04:00
9585.bugfix
9588.bugfix
9609.feature
9612.docker
9631.misc
9634.misc
9636.bugfix
9637.misc
9638.misc
9639.bugfix Fix federation stall on concurrent access errors (#9639) 2021-03-23 13:52:30 +00:00
9640.misc
9643.feature
9644.feature
9645.misc
9647.misc
9649.misc
9650.misc Add a storage method for returning all current presence from all users (#9650) 2021-03-25 10:34:23 +00:00
9652.feature Federation API for Space summary (#9652) 2021-03-23 11:51:12 +00:00
9653.feature Spaces summary: call out to other servers (#9653) 2021-03-24 12:45:39 +00:00
9657.feature
9659.misc Fix typo in changelog. 2021-03-24 11:32:42 -04:00
9664.misc Fixed undefined variable error in catchup (#9664) 2021-03-24 16:12:47 +00:00
9665.misc Import HomeServer from the proper module. (#9665) 2021-03-23 07:12:48 -04:00
9674.misc Increase default join burst ratelimiting (#9674) 2021-03-23 14:52:20 +00:00
9675.misc Add a type hints for service notices to the HomeServer object. (#9675) 2021-03-24 06:48:46 -04:00
9676.misc Add type hints to misc. files. (#9676) 2021-03-24 06:49:01 -04:00
9678.misc Bump mypy-zope to 0.2.13. (#9678) 2021-03-24 07:35:43 -04:00
9679.doc docs: fallback/web endpoint does not appear to be mounted on workers (#9679) 2021-03-24 11:43:04 +00:00