feat(dm): migrated all the dm topics
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 4m26s
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 4m26s
This commit is contained in:
@@ -6,7 +6,8 @@ export type RoomKey =
|
||||
| "labels"
|
||||
| "admin"
|
||||
| "inventory"
|
||||
| "dockDoorLoading";
|
||||
| "dockDoorLoading"
|
||||
| "scanLog";
|
||||
|
||||
export type SocketUser = {
|
||||
id: string;
|
||||
@@ -105,6 +106,11 @@ export const roomConfigs: Record<RoomKey, RoomConfig> = {
|
||||
});
|
||||
},
|
||||
},
|
||||
|
||||
scanLog: {
|
||||
canJoin: () => true,
|
||||
buildRoom: () => "scanLog",
|
||||
},
|
||||
} satisfies Record<string, RoomConfig>;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user