You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Set a proper user agent
* Add fallback when UA comes out nil
* Remove unused Bundle extension
* Return nil when asciification fails
* Add whitespace handling and further emoji test case
* Explicitly check if string is already in ASCII
* Rename factory to builder
* Use allSatisfy instead of reduce
* Use key path syntax
Is your feature request related to a problem? Please describe.
The current user agent is "rust-sdk-ios" which isn't very descriptive and limits the usefulness of features such as the upcoming device manager.
Describe the solution you'd like
Element X should use the standard user agent format similar to what Element iOS does.
Describe alternatives you've considered
–
Additional context
With matrix-org/matrix-rust-sdk#1078 it's now possible to specify the user agent when initializing the SDK.
The text was updated successfully, but these errors were encountered: