1
0
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:
Germain
2022-03-23 14:43:30 +00:00
committed by GitHub
parent d0b964837f
commit 6192325fe0
3 changed files with 141 additions and 46 deletions

View File

@@ -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;
}