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
Copy file name to clipboardExpand all lines: proposals/4155-invite-filtering.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,9 @@ When blocking an inviter, the server must respond to the following endpoints wit
61
61
62
62
The error SHOULD be `M_INVITE_BLOCKED` with a HTTP 403 status code.
63
63
64
-
When ignoring an invite, these endpoints MUST handle an invite normally as if accepted. However, the server MUST not include the invite down client synchronization endpoints such as `GET /_matrix/client/v3/sync` or MSC4186's sliding sync endpoint. In addition, these invites MUST be ignored when calculating push notifications.
64
+
When ignoring an invite, these endpoints MUST handle an invite normally as if accepted. However, the server
65
+
MUST not include the invite down client synchronization endpoints such as `GET /_matrix/client/v3/sync` or
66
+
MSC4186's sliding sync endpoint. In addition, these invites MUST be ignored when calculating push notifications.
65
67
66
68
Otherwise, all other endpoints (such as `GET /_matrix/client/v3/rooms/{roomId}/state`) should work as before.
0 commit comments