This commit is contained in:
David Teller 2022-07-28 16:42:05 +02:00
parent 9425118b60
commit 646b349be8

View File

@ -18,5 +18,5 @@ import { Mjolnir } from "../Mjolnir";
// !mjolnir sync
export async function execSyncCommand(roomId: string, event: any, mjolnir: Mjolnir) {
return mjolnir.syncLists();
return mjolnir.syncPolicyLists();
}