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
Add tags and not_tags to the list of valid sliding sync filters
This commit is contained in:
@@ -47,6 +47,8 @@ export interface MSC3575Filter {
|
|||||||
room_types?: string[];
|
room_types?: string[];
|
||||||
not_room_types?: string[];
|
not_room_types?: string[];
|
||||||
spaces?: string[];
|
spaces?: string[];
|
||||||
|
tags?: string[];
|
||||||
|
not_tags?: string[];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user