File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change
1
+ Improve the documentation of application service configuration files.
Original file line number Diff line number Diff line change @@ -23,9 +23,13 @@ namespaces:
23
23
users : # List of users we're interested in
24
24
- exclusive : <bool>
25
25
regex : <regex>
26
+ group_id : <group>
26
27
- ...
27
28
aliases : [] # List of aliases we're interested in
28
29
rooms : [] # List of room ids we're interested in
29
30
` ` `
30
31
32
+ ` exclusive`: If enabled, only this application service is allowed to register users in its namespace(s).
33
+ `group_id` : All users of this application service are dynamically joined to this group. This is useful for e.g user organisation or flairs.
34
+
31
35
See the [spec](https://matrix.org/docs/spec/application_service/unstable.html) for further details on how application services work.
You can’t perform that action at this time.
0 commit comments