Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guest not joining room with guest access #3163

Open
matrixbot opened this issue Nov 1, 2024 · 1 comment
Open

Guest not joining room with guest access #3163

matrixbot opened this issue Nov 1, 2024 · 1 comment

Comments

@matrixbot
Copy link
Collaborator

This issue was originally created by @Gredin67 at matrix-org/dendrite#3163.

Background information

Description

I can register as guest from Element, but cannot join room #guest-room:homeserver.tld that is public and has guest access activated. Here is an extract of my dendrite.yaml:

  registration_disabled:     False
  guests_disabled:   False
  registration_shared_secret:  xxxxxxxxxxxxx
  enable_registration_captcha: true
  # Settings for ReCAPTCHA.
  recaptcha_public_key: "xxxxxxxxx"
  recaptcha_private_key: "xxxxxxxxxx"
  #recaptcha_bypass_secret: ""
  #recaptcha_siteverify_api: ""

  # To use hcaptcha.com instead of ReCAPTCHA, set the following parameters, otherwise just keep them empty.
  recaptcha_siteverify_api: "https://hcaptcha.com/siteverify"
  recaptcha_api_js_url: "https://js.hcaptcha.com/1/api.js"
  recaptcha_form_field: "h-captcha-response"
  recaptcha_sitekey_class: "h-captcha"
  auto_join_rooms:
    - "#guest-room:homeserver.tld"

in synapse, to be able to access a room as guest, this room should be listed in auto_join_room and followinf setting should be set auto_join_rooms_for_guests: true.

Could this be related ?

@matrixbot
Copy link
Collaborator Author

This comment was originally posted by @syui at matrix-org/dendrite#3163 (comment).

Is it possible for dendrite to preview public rooms as a guest?
I've tried various settings but it doesn't work.

https://git.hack-hro.de/grouprise/grouprise/-/issues/731
element-hq/element-web#24513

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant