matrix-js-sdk
2cd63ca4 - Fix notifications appearing for old events (#3946)

Commit
2 years ago
Fix notifications appearing for old events (#3946) A method that we use for fetching recursive related events on homeservers without MSC3981 support injects events into the timeline in timestamp order using a special method on event-timeline-set. Injecting events using this method could cause on-screen notifications because it incorrectly set the 'liveEvent' flag to true if the events were added tio the live timeline. These events are never live though as the point is that we're fetching them.
Author
Parents
Loading