You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-23 17:02:25 +03:00
Thread list ordering by last reply (#2253)
This commit is contained in:
@@ -86,9 +86,17 @@ export interface IEvent {
|
||||
unsigned: IUnsigned;
|
||||
redacts?: string;
|
||||
|
||||
// v1 legacy fields
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
user_id?: string;
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
prev_content?: IContent;
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
age?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user