You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`at`: The point in time (pagination token) to return members for in the room.
35
+
This token can be obtained from a prev_batch token returned for each room by the sync API.
36
+
Defaults to the current state of the room, as determined by the server.
37
+
38
+
-`membership`: The kind of membership to filter for. Defaults to no filtering if unspecified.
39
+
When specified alongside `not_membership`, the two parameters create an ‘or’ condition: either the membership is the same as `membership` or is not the same as `not_membership`.
40
+
41
+
-`notMembership`: The kind of membership to exclude from the results. Defaults to no filtering if unspecified.
42
+
43
+
## Consequences
44
+
45
+
- The members are stored in the hive, so the members are not lost when the user refreshes the page.
0 commit comments