Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion packages/synapse-guest-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A [pluggable synapse module](https://matrix-org.github.io/synapse/latest/modules

1. Provides an endpoint that creates temporary users with a same pattern (default: `guest-[randomstring]`).
2. The temporary users have a mandatory displayname suffix (default: ` (Guest)`) that they can't remove from their profile.
3. The temporary users are limited in what they can do (examples: create room, invite users).
3. The temporary users are limited in what they can do (can't create rooms, can't invite users, can join only "Ask to join" rooms).
4. The temporary users won't be returned by the user directory search results.
5. The temporary users are disabled after an expiration timeout (default: `24 hours`).

Expand Down
Loading