-
Notifications
You must be signed in to change notification settings - Fork 8
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
Disabling Share Presence also disables viewing read receipts and typing notifications #31
Comments
Its wild to me how they just state this without any explanation for why. Voice calls between desktop and mobile are broken unless you use ElementX. All this while ElementX is still pretty much non functional with how many basic things it is missing. Typing notifications are something that annoys many people but read receipts serve a completely different purpose. Putting both under one toggle is a pretty absurd idea imho. So yeah big +1 on this and thank you for making a fork of ElementX to make it usable. |
My best guess is that New Vector doesn't want people "lurking" in chats undetected while being able to see everyone else's typing and read receipts. That being said, they currently allow this in Element Desktop, and being able to read the chat without anyone knowing you're there could be beneficial for moderators too. |
New message/Notification badges are actually completely broken without read receipts because thats the only way your account can track your own read status across devices. So your options are "let people stalk your online status" or "live with a buggy mess". Thats just not a choice that a user should have to make. This is potentially privacy sensitive data that anyone could log by just observing a public room the user has joined, it absolutely has to be possible to disable this without completely losing basic multi device functionality. Maybe they just want to collect more metadata from users... |
It used to be like that but is no longer correct since the introduction of private read receipts, which one can use to clear notification count while not sharing anything with other chat members |
Oh ok, thanks for the correction. Sorry if this has kind of devolved into a Q&A which this isnt really the place for i guess...
Nevermind it does indeed support it, but it also has a secondary layer of the "has been locally read or not" variety |
So just to clarify this, from what i can see all that happens when toggling "Share Presence" is that these 4 booleans get set. This still seems to be how it is implemented in the current build (from just quickly going through source with Ctrl+F, because i dont actually have any idea how Kotlin works)
So to formulate a goal for what this maybe could/should look like... In current non X Element we have 4 separate toggles for all of these which is (imo) optimal in terms of flexibility, but i can understand not wanting 4 toggles for this on the mobile app. Idk if you can do master/slave type toggles but that would be cool because it allows easy toggling for average users but also fine tuning for more advanced users. I think the minimum should be 2 toggles:
But there could be people that want to only receive but not send these events which also kind of has a place in a privacy oriented chat app imo. So you could also conceive of two toggles like:
What are your thoughts? |
Describe the bug
Disabling Share Presence also causes other peoples read receipts and typing notifications to hide from the UI
To Reproduce
Steps to reproduce the behavior:
1.Check that Share Presence is enabled under Advanced Settings
2. Observe that read receipts and typing notifications display in a room
3. Disable Share Presence under Advanced Settings
4. Observe the same room and see that typing notifications and read receipts no longer display
Expected behavior
Read receipts and typing notifications from others should still display even if you choose to not share your own.
Smartphone (please complete the following information):
Additional context
Upstream relevance
Yes
Disabling Share Presence also disables viewing read receipts and typing notifications element-hq/element-x-android#3759
Element X devs are choosing to not separate viewing and sending read/typing receipts into different settings "As a product decision". Element Web & Schildichat (not Next) on Android currently support not sending read receipts & typing notifs while still seeing others.
The text was updated successfully, but these errors were encountered: