summaryrefslogtreecommitdiffstats
path: root/docs/constants.md
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-06-07 14:21:28 +0200
committerJoas Schilling <coding@schilljs.com>2021-06-07 14:21:28 +0200
commit6116591ca1e51d9ccf81100bd18047578da4c84a (patch)
tree6d1321f1d1a6bf82d0568af157dcac84517054e4 /docs/constants.md
parentb7cc61b1d7525774b5f2a497e7e67b2ee734e9b6 (diff)
Document circles too
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs/constants.md')
-rw-r--r--docs/constants.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/constants.md b/docs/constants.md
index f32bd3265..7f0137381 100644
--- a/docs/constants.md
+++ b/docs/constants.md
@@ -53,14 +53,16 @@ title: Constants
### Attendee types
* `users` - Logged-in users
* `groups` - Groups
+* `circles` - [Circle from the Circles app](https://github.com/nextcloud/circles)
* `guests` - Guest without a login
* `emails` - A guest invited by email address
### Actor types of chat messages
* `guests` - guest users
* `users` - logged-in users
-* `emails` - users invited by email
+* `emails` - A guest invited by email
* `groups` - groups
+* `circles` - [Circle from the Circles app](https://github.com/nextcloud/circles)
* `bots` - used by commands (actor-id is the used `/command`) and the changelog conversation (actor-id is `changelog`)
## Signaling modes