You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
If the debugging mode of showing hidden events in the timeline is enabled, we should also show replacements using the same view source tile as we do for reactions. This allows easy debugging of replacement event data and also makes the edit event look visually distinct from regular messages. Fixes https://github.com/vector-im/riot-web/issues/9937