Skip to content

Commit 2d78cbb

Browse files
committed
Remember to resolve policy lists where we can.
1 parent 7de96bd commit 2d78cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/PolicyListManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class PolicyListManager extends MatrixDataManager<WatchedListsEvent> {
8787
return null;
8888
}
8989

90-
const list = await this.addPolicyList(roomId.toRoomIdOrAlias(), roomRef.toPermalink());
90+
const list = await this.addPolicyList(roomId.toRoomIdOrAlias(), roomId.toPermalink());
9191

9292
await this.storeMatixData();
9393
await this.warnAboutUnprotectedPolicyListRoom(roomId.toRoomIdOrAlias());

0 commit comments

Comments
 (0)