Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add some explanation to application_services.md #7091

Merged
merged 4 commits into from
Apr 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/application_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespaces:
rooms: [] # List of room ids we're interested in
```

`exclusive`: If enabled registrations of users in that namespace are only allowed for the application service
`group_id`: All users of this application service are dynamically registered for this group to e.g. use it as flair
`exclusive`: If enabled, only this application service is allowed to register users in that namespace
anoadragon453 marked this conversation as resolved.
Show resolved Hide resolved
`group_id`: All users of this application service are dynamically joined to this group. This is useful for e.g user organisation or flairs.

See the [spec](https://matrix.org/docs/spec/application_service/unstable.html) for further details on how application services work.