-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
single room messages can not be loaded #26978
Comments
There are some strange exceptions in the logs which may be the cause:
This would suggest Intl.ListFormat doesn't exist in the browser, but this has been in Safari since 14.1, which is available for Catalina. What version of Safari is this? |
Thanks for looking into it. My Safari version is v.15.6.1 but the Mozilla implementation notes state that Intl.ListFormat is only available for Big Sur (macOS v11) and above. Catalina is v10.15. Intl.ListFormat is undefined if I call it on the developer console. BR |
Our support policy https://github.com/element-hq/element-web#supported-environments says we only support 2 versions of Safari (17.3, 17.2), so unfortunately your environment is unsupported and must be closed as per that policy. |
related: #27444 |
I discovered this issue after opening #27444, because we're still getting reports of it happening.
FTR, "your environment is unsupported" is correct, but not for this reason. Safari 17 has the same problem. The problem is the use of Catalina. Although it's true that we are under no obligation to support such environments, it feels like we could, in theory at least, do a better job of telling people that their environment is unsupported, rather than leaving them with a partially-functional application. |
Steps to reproduce
Where are you starting? What can you see?
overview of all subscribed rooms and persons on Safari under OSX Catalina
What do you click?
room from gitter.im with multiple members
Outcome
What did you expect?
all messages in a room should get displayed
What happened instead?
room is displayed. Some messages are displayed normally but some are not.
Error Message: Diese Nachricht kann nicht geladen werden (m.room.message)
Error does not occur in rooms with only two members.
Operating system
macOS Catalina
Browser information
Safari
URL for webapp
https://app.gitter.im/#/room/#smarthomeNG_smarthome:gitter.im
Application version
Version von Gitter: 1.11.57 Krypto-Version: Olm 3.2.15
Homeserver
No response
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered: