Can check if rooms are muted
This commit is contained in:
@@ -11,6 +11,7 @@ export interface Room {
|
||||
is_space?: boolean;
|
||||
parents: string[];
|
||||
number_unread_messages: number;
|
||||
notifications: "AllMessages" | "MentionsAndKeywordsOnly" | "Mute";
|
||||
latest_event?: MatrixEvent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user