element-web/test
Eric Eastwood 9c3439a1aa
Show updated relation reply from edited message - v2 (#6817)
Part of https://github.com/vector-im/element-web/issues/10391

When `m.relates_to` -> `m.in_reply_to` is provided in `m.new_content`
for an edited message, use the updated reply.

ex.

```json
{
  "type": "m.room.message",
  "content": {
    "body": " * foo bar",
    "msgtype": "m.text",
    "m.new_content": {
      "body": "foo bar",
      "msgtype": "m.text",
      "m.relates_to": {
        "m.in_reply_to": {
          "event_id": "$qkjmFBTEc0VvfVyzq1CJuh1QZi_xDIgNEFjZ4Pq34og"
        }
      }
    },
    "m.relates_to": {
      "rel_type": "m.replace",
      "event_id": "$lX9MRe9ZTFOOvnU8PRVbvr1wqGtYvNQ1rSot-iUTN5k"
    }
  }
}
```
2021-09-17 15:18:52 -05:00
..
accessibility Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
autocomplete
components Show updated relation reply from edited message - v2 (#6817) 2021-09-17 15:18:52 -05:00
editor Fix tests 2021-07-15 10:59:52 +01:00
end-to-end-tests delint 2021-09-10 11:01:01 +01:00
i18n
i18n-test
img
notifications Update eslint plugin & fix silly indenting 2021-08-03 17:07:37 +01:00
stores Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/18088 2021-09-08 15:28:58 +01:00
utils Add tests for formatSeconds() 2021-08-27 16:20:29 +02:00
.eslintrc.js
CallHandler-test.ts Start a call immediately after creating a room via the dial pad (#6529) 2021-08-04 09:46:39 +01:00
DecryptionFailureTracker-test.js
KeyBindingsManager-test.ts
PosthogAnalytics-test.ts fix tests 2021-09-15 13:55:34 +01:00
ScalarAuthClient-test.js
Terms-test.js
TextForEvent-test.ts Handle case where one message is pinned, and another unpinned 2021-08-11 14:56:59 +01:00
UserActivity-test.js
createRoom-test.js Conform to new react and typescript eslint rules 2021-07-19 22:43:11 +01:00
setupTests.js
skinned-sdk.js
test-utils.js Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/18089 2021-08-12 11:41:03 +01:00