1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-30 04:23:07 +03:00

Shorten TimelineWindow when an event is removed (#3862)

* Shorten TimelineWindow when an event is removed

Needed for the fix for https://github.com/vector-im/element-web/issues/26498

* Declare onTimelineEvent as a standard method to match surrounding code
This commit is contained in:
Andy Balaam
2023-11-09 16:41:15 +00:00
committed by GitHub
parent 53615c9938
commit 5c160d0f45
3 changed files with 86 additions and 0 deletions

View File

@ -315,6 +315,7 @@ export interface IMessageOpts {
event?: boolean;
relatesTo?: IEventRelation;
ts?: number;
unsigned?: IUnsigned;
}
/**