Skip to content

Can't forward image from a thread #21015

@HarHarLinks

Description

@HarHarLinks

Steps to reproduce

  1. go to https://matrix.to/#/!AZozoWghOYSIAfaZjJ:matrix.org/$jf9BUsdwpskZIMklDOMzqE6P1CdzXfZWoig3-nuht38?via=matrix.org&via=privacytools.io&via=tchncs.de
  2. 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"
}
  1. click to forward the image

Outcome

What did you expect?

forward the simple image

What happened instead?

  1. it's preview is formatted like a reply (not even like a thread), when it should forward a simple message
  2. it fails to send
    image

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions