Skip to content

Commit f3e30f6

Browse files
committed
fix(core): updated server log ws room to use the new permission
Thank you Arctic (@ThunderRock13) for the report. This permission was added back in 5c70c89 but the ws room was never updated.
1 parent b4204f5 commit f3e30f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/modules/WebServer/wsRooms/serverlog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { RoomType } from "../webSocket";
44
* The console room is responsible for the server log page
55
*/
66
export default {
7-
permission: true, //everyone can see it
7+
permission: 'server.log.view',
88
eventName: 'logData',
99
cumulativeBuffer: true,
1010
outBuffer: [],

0 commit comments

Comments
 (0)