matrix-js-sdk
1b47999e - Handle self read receipts for fixing e2e notification counts

Commit
6 years ago
Handle self read receipts for fixing e2e notification counts Fixes https://github.com/vector-im/riot-web/issues/9421 This also adds a context to the ReEmitter so we have access to the Room at the time of read receipt. Without this, we have to bind handlers to every encrypted room (which is tedious to maintain) or figure out which room `$something` belong to (CPU intensive).
Author
Parents
Loading