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

Add tags and not_tags to the list of valid sliding sync filters

This commit is contained in:
Kegan Dougal
2022-08-22 18:20:51 +01:00
parent b265d795a4
commit de3b3960d2

View File

@@ -47,6 +47,8 @@ export interface MSC3575Filter {
room_types?: string[];
not_room_types?: string[];
spaces?: string[];
tags?: string[];
not_tags?: string[];
}
/**