-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Replies to thread fallbacks are not shown in thread summary #19910
Comments
Duplicate of #19723 I believe |
no, the thread summary (which is the button that appears in the timeline where a thread starts?) does update when you hover your mouse over it normally. in this specific case, it doesn't. |
I've just tested this and it seems to behave pretty much the same as #19723 |
I believe step 3 above was actually sent from android which might not even have reply fallbacks and see it as just a regular event. {
"content": {
"algorithm": "m.megolm.v1.aes-sha2",
"ciphertext": "hush-hush",
"device_id": "some android",
"m.relates_to": {
"m.in_reply_to": {
"event_id": "$123456789abcdef"
}
},
"sender_key": "redacted",
"session_id": "redacted"
},
"event_id": "$fedcba987654321",
"origin_server_ts": 1637934660709,
"room_id": "!my:room",
"sender": "@B:example.org",
"type": "m.room.encrypted",
"unsigned": {
"age": 276262606
},
"user_id": "@B:example.org",
"age": 276262606
} The missing parts seem to be "m.relates_to": {
"event_id": "$123456789abcdef",
"rel_type": "io.element.thread"
} Maybe desktop isn't supposed to have android's events fall back to threads? I would disagree however, it's every confusing if some kinds of replies do and others don't fall back to threads (something something ecosystem compatibility). I thought you just check an element that's replied to and if it's in a thread put it into there also. |
I believe Android has not released the fallback just yet. So what you're experiencing is expected at the moment but not what we're aiming for for the first release. |
Isn't the purpose of a fallback to work even when the other client does not support a fancy new feature? I would normally consider this bad, but with the discrepancy of the summary and the thread view, it's quite horrible! Link to that message/thread: https://matrix.to/#/!QQpfJfZvqxbCfeDgCj:matrix.org/$Z0JQM5FY6pofhlOB_Fg-obdyPO8lCBL7JDei9cVKecU?via=matrix.org&via=envs.net&via=kde.org |
Oh that is definitely quite odd indeed! I have not experienced the discrepancy betweent the summary and the actual thread. |
you might want to re-open to track this |
I just received a reply from android to a message I posted to a thread. It left me baffled with a notification indicator in the room list for a while. I looked from android and eventually found there was a message, but on desktop had to switch rooms and close and reopen the threads panel until it appeared in the thread (but still not the thread summary). I also found that reply-chains are not going into threads at all, e.g.
Again I urge you to re-open this issue, @gsouquet. Thanks for your work on threads. |
The android team has not yet released that. Support for this is coming All of the concerns that you're raising here are already tracked and already will be tackled before the release of threads. It might not always be obvious with the issue names that this is included, but this is definitely part of the acceptance criteria of many issues I'm working on |
again: this should work without any support by the sending client (i.e. android), since it is a fallback feature. |
That's not the decision that we decided to take with MSC3440. |
Steps to reproduce
user A has labs threads on
user B has labs threads off
Outcome
What did you expect?
consistent preview button thing (that's totally the technical term) and thread timeline
What happened instead?
inconsistent
Operating system
arch
Application version
Element Nightly version: 2021112501 Olm version: 3.2.3
How did you install the app?
aur
Homeserver
No response
Will you send logs?
No
The text was updated successfully, but these errors were encountered: