You've already forked matrix-js-sdk
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:
@ -315,6 +315,7 @@ export interface IMessageOpts {
|
||||
event?: boolean;
|
||||
relatesTo?: IEventRelation;
|
||||
ts?: number;
|
||||
unsigned?: IUnsigned;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user