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

Description editing locale weirdness #330

Open
KyleMaas opened this issue Oct 21, 2022 · 1 comment
Open

Description editing locale weirdness #330

KyleMaas opened this issue Oct 21, 2022 · 1 comment
Labels
Bug Something isn't working

Comments

@KyleMaas
Copy link
Contributor

Process used:

  1. Created a new room
  2. Added admin user
  3. Connected to room using Manyverse
  4. Signed in using SSB
  5. Edited description, changed language on description page to en-US
  6. Viewed room in browser on computer, which is in en-US locale
  7. Instead of description, got this notice:
Error #500 - Internal Server Error
failed to find description: pinnedNotice: expected 1 notice but got 0
@KyleMaas
Copy link
Contributor Author

My initial expectation was that editing the locale in the description editor changed the primary locale of the room.

When I saw the error, my next expectation was that maybe the description editor allowed you to add multiple translations for different locales, and that by selecting a locale in the editor, you were selecting which locale's description you were writing to.

I'm thinking now maybe there is support for multiple locales in the web interface side but the description editor only allows you to store one locale description, and the web site only looks at certain ones.

Editing the description again but changing the locale back to en-GB allows my en-US computer to see it without the error. So I have a temporary fix, but the mechanism behind it seems a little odd.

@decentral1se decentral1se added the Bug Something isn't working label Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants