-
- Downloads
Merge pull request #2378 from matrix-org/erikj/group_sync_support
Add groups to sync stream
Showing
- synapse/app/synchrotron.py 6 additions, 0 deletionssynapse/app/synchrotron.py
- synapse/handlers/groups_local.py 17 additions, 4 deletionssynapse/handlers/groups_local.py
- synapse/handlers/sync.py 63 additions, 1 deletionsynapse/handlers/sync.py
- synapse/replication/slave/storage/groups.py 54 additions, 0 deletionssynapse/replication/slave/storage/groups.py
- synapse/replication/tcp/streams.py 20 additions, 0 deletionssynapse/replication/tcp/streams.py
- synapse/rest/client/v2_alpha/sync.py 5 additions, 0 deletionssynapse/rest/client/v2_alpha/sync.py
- synapse/storage/__init__.py 15 additions, 0 deletionssynapse/storage/__init__.py
- synapse/storage/group_server.py 86 additions, 5 deletionssynapse/storage/group_server.py
- synapse/storage/schema/delta/43/group_server.sql 9 additions, 0 deletionssynapse/storage/schema/delta/43/group_server.sql
- synapse/streams/events.py 4 additions, 0 deletionssynapse/streams/events.py
- synapse/types.py 2 additions, 0 deletionssynapse/types.py
- tests/rest/client/v1/test_rooms.py 2 additions, 2 deletionstests/rest/client/v1/test_rooms.py
Loading
Please register or sign in to comment