File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:
2323 users : # List of users we're interested in
2424 - exclusive : <bool>
2525 regex : <regex>
26+ group_id : <group>
2627 - ...
2728 aliases : [] # List of aliases we're interested in
2829 rooms : [] # List of room ids we're interested in
2930` ` `
3031
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+
3135See 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