Skip to content

Commit

Permalink
Add tags and not_tags to the list of valid sliding sync filters
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Aug 22, 2022
1 parent b265d79 commit de3b396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sliding-sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ export interface MSC3575Filter {
room_types?: string[];
not_room_types?: string[];
spaces?: string[];
tags?: string[];
not_tags?: string[];
}

/**
Expand Down

0 comments on commit de3b396

Please sign in to comment.