Files
ThreadNet-Web/src/components/views/rooms
Eric EastwoodandGitHub fddc20dd89 Remove replies from hidden events when shown with messages.ViewSourceEvent (#6796)
As discovered in https://github.com/vector-im/element-web/issues/10391#is

Previously, if you turned on the `showHiddenEventsInTimeline` labs flag, edit (`m.replace`) events
that also have a `m.in_reply_to` field, will show the reply in the timeline.

ex.
```
{
  "type": "m.room.message",
  "content": {
    "body": " * foo",
    "msgtype": "m.text",
    "m.new_content": {
      "body": "foo",
      "msgtype": "m.text"
    },
    "m.relates_to": {
      "rel_type": "m.replace",
      "event_id": "$yvuev9bF2nLRf8fscG55njpVjY3FHJzWgZ4BKI9_0eg",
      "m.in_reply_to": {
        "event_id": "$qkjmFBTEc0VvfVyzq1CJuh1QZi_xDIgNEFjZ4Pq34og"
      }
    }
  }
}
```
2021-09-14 12:28:28 -05:00
..
2021-06-29 13:11:58 +01:00
2021-07-15 10:09:24 +01:00
2021-06-29 13:11:58 +01:00
2021-08-30 10:09:57 +02:00
2021-06-29 13:11:58 +01:00
2021-09-13 22:11:43 +02:00
2021-07-16 16:11:27 -06:00
2021-06-26 07:53:42 +02:00
2021-08-25 09:34:16 +01:00
2021-07-18 14:32:24 +02:00
2021-08-18 09:29:44 +02:00
2021-07-23 10:35:10 +01:00
2021-08-25 09:34:16 +01:00