feat: 房间创建者管理权限——锁定房间、踢人、结束投票
This commit is contained in:
@@ -71,6 +71,9 @@ export function useRoomPolling(roomId: string) {
|
||||
likeCounts: data?.likeCounts ?? {},
|
||||
swipeCounts: data?.swipeCounts ?? {},
|
||||
restaurants: data?.restaurants ?? [],
|
||||
creatorId: data?.creatorId ?? "",
|
||||
locked: data?.locked ?? false,
|
||||
users: data?.users ?? [],
|
||||
notFound,
|
||||
isLoading,
|
||||
error,
|
||||
|
||||
Reference in New Issue
Block a user