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/element-web-guest-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Users get a link to an [ask to join](https://spec.matrix.org/v1.11/client-server

This was initially created to allow non-organisation members to join [NeoDateFix](https://github.com/nordeck/matrix-meetings) meeting rooms, even if they don't have a user account in the private and potentially non-federated homeserver.

This module depends on having the `feature_ask_to_join` enabled in Element Web's `config.json` and `disable_guests` set to false:
This module depends on having the `feature_ask_to_join` set to `true` in Element Web's `config.json` and `disable_guests` set to `false`:

```json
"disable_guests": false,
Expand Down