1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-25 11:04:28 -05:00
dendrite/syncapi/storage/tables
Till 313cb3fd19
Filter /members, return members at given point ()
Makes the tests
```
Can get rooms/{roomId}/members at a given point
Can filter rooms/{roomId}/members
```
pass, by moving `/members` and `/joined_members` to the SyncAPI.
2022-10-25 12:39:10 +02:00
..
current_room_state_test.go Fix fragility of selectEventsWithEventIDsSQL queries () 2022-10-03 11:57:21 +01:00
interface.go Filter /members, return members at given point () 2022-10-25 12:39:10 +02:00
memberships_test.go Add syncapi_memberships table tests () 2022-10-21 12:53:04 +02:00
output_room_events_test.go History visibility database changes () 2022-07-18 14:46:15 +02:00
relations_test.go Event relations () 2022-10-13 14:50:52 +01:00
topology_test.go bugfix: E2EE device keys could sometimes not be sent to remote servers () 2022-05-17 13:23:35 +01:00