From 12af5336f4b3447c5f7e81a36f3cd22fed5e6599 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Feb 2024 17:09:22 +0100 Subject: fix(federation)!: Change source for federated users to match the actor type Signed-off-by: Joas Schilling --- docs/constants.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/constants.md b/docs/constants.md index de8c7925c..5a7520e33 100644 --- a/docs/constants.md +++ b/docs/constants.md @@ -84,6 +84,7 @@ ### Attendee types * `users` - Logged-in users +* `federated_users` - Federated users invited by their CloudID * `groups` - Groups * `circles` - [Circle from the Circles app](https://github.com/nextcloud/circles) * `guests` - Guest without a login @@ -111,6 +112,7 @@ * `bots` - Used by bots, commands (actor-id is the used `/command`) and the changelog conversation (actor-id is `changelog`) * `bridged` - Users whose messages are bridged in by the [Matterbridge integration](matterbridge.md) * `deleted_users` - Former logged-in users that got deleted (actor id is hardcoded to `deleted_users` and the display name is empty) +* `federated_users` - Federated users ### Session states * `0` - Inactive (Notifications should still be sent, even though the user has this session in the room) -- cgit v1.2.3