Change klippy window behavour, Fix user management behavour, clean up search server page
This commit is contained in:
@@ -45,8 +45,8 @@ export const RoomsActions = createActionGroup({
|
||||
'Forget Room': props<{ roomId: string; nextOwnerKey?: string }>(),
|
||||
'Forget Room Success': props<{ roomId: string }>(),
|
||||
|
||||
'Update Room Settings': props<{ settings: Partial<RoomSettings> }>(),
|
||||
'Update Room Settings Success': props<{ settings: RoomSettings }>(),
|
||||
'Update Room Settings': props<{ roomId: string; settings: Partial<RoomSettings> }>(),
|
||||
'Update Room Settings Success': props<{ roomId: string; settings: RoomSettings }>(),
|
||||
'Update Room Settings Failure': props<{ error: string }>(),
|
||||
|
||||
'Update Room Permissions': props<{ roomId: string; permissions: Partial<RoomPermissions> }>(),
|
||||
|
||||
Reference in New Issue
Block a user