1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Sliding sync: add missing filters from latest MSC

This commit is contained in:
Kegan Dougal
2022-08-01 16:30:33 +01:00
parent 4a4241806e
commit 4427201326

View File

@@ -44,6 +44,9 @@ export interface MSC3575Filter {
is_invite?: boolean; is_invite?: boolean;
is_tombstoned?: boolean; is_tombstoned?: boolean;
room_name_like?: string; room_name_like?: string;
room_types?: string[];
not_room_types?: string[];
spaces?: string[];
} }
/** /**