This commit is contained in:
Michael Telatynski 2025-07-24 16:27:09 +01:00
parent 03c2f2cd5f
commit 41887c61a9

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> }>,
};
/**