Early handling of dispatched events
A possible approach to handling the various triggers for recategorizing rooms.
This commit is contained in:
parent
09b7f39df8
commit
5dda7f02cf
6 changed files with 75 additions and 37 deletions
|
@ -34,3 +34,8 @@ export const OrderedDefaultTagIDs = [
|
|||
];
|
||||
|
||||
export type TagID = string | DefaultTagID;
|
||||
|
||||
export enum RoomUpdateCause {
|
||||
Timeline = "TIMELINE",
|
||||
RoomRead = "ROOM_READ",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue