matrix-react-sdk
a283bc48 - Avoid `MatrixEvent.toJSON` in event indexer (#11765)

Commit
2 years ago
Avoid `MatrixEvent.toJSON` in event indexer (#11765) Part of the solution to https://github.com/vector-im/element-web/issues/26380: `toJSON` is dangerous, and I'd like to kill it off. There is no need for it here; it is simpler to call `getEffectiveEvent` directly.
Author
Parents
Loading