Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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