mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
9c3439a1aa
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" } } } ``` |
||
---|---|---|
.. | ||
accessibility | ||
autocomplete | ||
components | ||
editor | ||
end-to-end-tests | ||
i18n | ||
i18n-test | ||
img | ||
notifications | ||
stores | ||
utils | ||
.eslintrc.js | ||
CallHandler-test.ts | ||
createRoom-test.js | ||
DecryptionFailureTracker-test.js | ||
KeyBindingsManager-test.ts | ||
PosthogAnalytics-test.ts | ||
ScalarAuthClient-test.js | ||
setupTests.js | ||
skinned-sdk.js | ||
Terms-test.js | ||
test-utils.js | ||
TextForEvent-test.ts | ||
UserActivity-test.js |