0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-01 10:48:26 +02:00
dendrite/syncapi/types
Till 313cb3fd19
Filter /members, return members at given point (#2827)
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
..
presence.go Simplify presence stringification (should help with vector-im/element-android#5712) 2022-04-07 10:10:28 +01:00
provider.go Get state deltas without filters (#2810) 2022-10-19 14:05:39 +02:00
types.go Filter /members, return members at given point (#2827) 2022-10-25 12:39:10 +02:00
types_test.go Add presence module V2 (#2312) 2022-04-06 13:11:19 +02:00