We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to a user report, if you use Element on MacOS versions before Big Sur:
I can open the program, but I can't see the chats. I see the message that I have, for example, 6 notifications but I can NOT view them.
The problem is the use of Intl.ListFormat in FormattingUtils.ts which was added in matrix-org/matrix-react-sdk#11660. According to https://caniuse.com/mdn-javascript_builtins_intl_listformat, it is only available on Big Sur and above.
Intl.ListFormat
Catalina went out of support in 2022, so we don't really need to support it. However, maybe we can fail more gracefully.
The text was updated successfully, but these errors were encountered:
According to the Supported Environments doc we close all issues which only concern unsupported environments. E.g. this one.
Definition: Issues only affecting unsupported environments are closed
macOS, Windows, and Linux versions for desktop devices that are actively supported by the OS vendor and receive security updates
Catalina qualifies as an unsupported environment.
Sorry, something went wrong.
Closing as unsupported environment
No branches or pull requests
According to a user report, if you use Element on MacOS versions before Big Sur:
The problem is the use of
Intl.ListFormat
in FormattingUtils.ts which was added in matrix-org/matrix-react-sdk#11660. According to https://caniuse.com/mdn-javascript_builtins_intl_listformat, it is only available on Big Sur and above.Catalina went out of support in 2022, so we don't really need to support it. However, maybe we can fail more gracefully.
The text was updated successfully, but these errors were encountered: