-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Story] Setting: Disable sending typing notifications and read receipts #2203
Comments
@VolkerJunginger: the app does not support typing notification at all. It is weird to add a settings about them. |
@manuroe @VolkerJunginger : there is some code for sending typing notification in the Rust SDK, it's not exposed to the apps though. Should we create the bindings, send the typing notifications and add this option to disable them? |
yes, please. |
We'll also need some designs for displaying the typing notifications on the timeline. I guess we'll use more or less the same designs and animations that we had in the legacy apps, but it would still be good to confirm this. |
@amshakal the wording looks good, but I would replace all the Also, just to confirm, the toggle will be enabled by default. |
Regarding the implementation, we will keep separate booleans internally, like:
To complete this, these settings will be lost when the user logs out, so they are stored in a store scoped to the session. This store is named |
Story
As a user of the EX client I do not want to expose to other user that I am active in the app and therefor be able to not send read receipts or typing notifications.
Add a setting to disable user-presence:
If the user enabled the setting do the following in the timeline:
Dependencies
Sign-offs
Android
iOS
Web
Scope
Android
iOS
Out of scope
The text was updated successfully, but these errors were encountered: