Merge pull request #38 from element-hq/t3chguy/restricted-guests-api

This commit is contained in:
Michael Telatynski 2025-07-28 10:14:28 +01:00 committed by GitHub
commit 2b1858c436

View File

@ -174,6 +174,7 @@ const DEFAULT_CONFIG = {
include_offline_users_on_sync: true,
},
room_list_publication_rules: [{ action: "allow" }],
modules: [] as Array<{ module: string; config?: Record<string, unknown> }>,
};
/**