mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-05-24 16:25:18 +00:00
Protect the first list we craete in Mjolnir appservice. (#444)
This commit is contained in:
@@ -216,6 +216,7 @@ export class ManagedMjolnir {
|
||||
{ name: `${mjolnirOwnerId}'s policy room` }
|
||||
);
|
||||
const roomRef = Permalinks.forRoom(listRoomId);
|
||||
await this.mjolnir.addProtectedRoom(listRoomId);
|
||||
return await this.mjolnir.watchList(roomRef);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user