-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
matrix-org/matrix-react-sdk
#7929Labels
A-Message-ForwardingA-ThreadsS-MajorSeverely degrades major functionality or product features, with no satisfactory workaroundSeverely degrades major functionality or product features, with no satisfactory workaroundT-EnhancementZ-Labs
Description
Steps to reproduce
- go to https://matrix.to/#/!AZozoWghOYSIAfaZjJ:matrix.org/$jf9BUsdwpskZIMklDOMzqE6P1CdzXfZWoig3-nuht38?via=matrix.org&via=privacytools.io&via=tchncs.de
- the source is structured like this, not sure if that's a proper thread event or not, so pasting here:
{
"content": {
"body": "image.png",
"info": {
"h": 707,
"mimetype": "image/png",
"size": 518253,
"thumbnail_info": {
"h": 600,
"mimetype": "image/png",
"size": 458227,
"w": 466
},
"thumbnail_url": "mxc://xxx",
"w": 550,
"xyz.amorgan.blurhash": "T4RfIGO@=s#m*J00EfB:%2QmH?w^"
},
"m.relates_to": {
"event_id": "$yyy",
"m.in_reply_to": {
"event_id": "$zzz"
},
"rel_type": "io.element.thread"
},
"msgtype": "m.image",
"url": "mxc://XXX"
},
"origin_server_ts": 1644415812501,
"sender": "@aaa",
"type": "m.room.message",
"unsigned": {},
"event_id": "$bbb",
"room_id": "!AZozoWghOYSIAfaZjJ:matrix.org"
}
- click to forward the image
Outcome
What did you expect?
forward the simple image
What happened instead?
- it's preview is formatted like a reply (not even like a thread), when it should forward a simple message
- it fails to send
Operating system
arch
Application version
Element Nightly version: 2022020901 Olm version: 3.2.8
How did you install the app?
aur
Homeserver
1.51
Will you send logs?
No
Metadata
Metadata
Assignees
Labels
A-Message-ForwardingA-ThreadsS-MajorSeverely degrades major functionality or product features, with no satisfactory workaroundSeverely degrades major functionality or product features, with no satisfactory workaroundT-EnhancementZ-Labs