You've already forked matrix-js-sdk
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:
@@ -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[];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user