We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eee397 commit 21521f0Copy full SHA for 21521f0
1 file changed
proposals/4155-invite-filtering.md
@@ -33,8 +33,9 @@ event `m.invite_permission_config` is introduced.
33
```
34
35
All properties in `content` are optional arrays. A missing or `null` property MUST be treated like an
36
-empty array. The array elements are [glob expressions] to be matched against user IDs and server names,
37
-respectively.
+empty array. The array elements are [glob expressions]. Any `*_users` glob is to be matched against
+full user IDs (localpart and domain). Any `*_servers` glob is to be matched against server names /
38
+domain parts of user IDs.
39
40
When evaluating an invite, implementations MUST first apply the existing `m.ignored_user_list` as per
41
the current spec. If the invite didn't match, implementations MUST then apply `m.invite_permission_config`.
0 commit comments