feat: 房间创建者管理权限——锁定房间、踢人、结束投票
This commit is contained in:
@@ -32,4 +32,7 @@ export interface RoomStatus {
|
||||
likeCounts: Record<string, number>;
|
||||
swipeCounts: Record<string, number>;
|
||||
restaurants: Restaurant[];
|
||||
creatorId: string;
|
||||
locked: boolean;
|
||||
users: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user