feat: server image
This commit is contained in:
@@ -72,6 +72,7 @@ export const RoomsActions = createActionGroup({
|
||||
'Update Server Icon': props<{ roomId: string; icon: string }>(),
|
||||
'Update Server Icon Success': props<{ roomId: string; icon: string; iconUpdatedAt: number }>(),
|
||||
'Update Server Icon Failure': props<{ error: string }>(),
|
||||
'Receive Search Server Icon': props<{ roomId: string; icon: string; iconUpdatedAt: number }>(),
|
||||
|
||||
'Set Current Room': props<{ room: Room }>(),
|
||||
'Clear Current Room': emptyProps(),
|
||||
|
||||
Reference in New Issue
Block a user