We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de96bd commit 2d78cbbCopy full SHA for 2d78cbb
src/models/PolicyListManager.ts
@@ -87,7 +87,7 @@ export class PolicyListManager extends MatrixDataManager<WatchedListsEvent> {
87
return null;
88
}
89
90
- const list = await this.addPolicyList(roomId.toRoomIdOrAlias(), roomRef.toPermalink());
+ const list = await this.addPolicyList(roomId.toRoomIdOrAlias(), roomId.toPermalink());
91
92
await this.storeMatixData();
93
await this.warnAboutUnprotectedPolicyListRoom(roomId.toRoomIdOrAlias());
0 commit comments