diff --git a/modules/rsocials/mod.ts b/modules/rsocials/mod.ts index 7ea05b6..de6a554 100644 --- a/modules/rsocials/mod.ts +++ b/modules/rsocials/mod.ts @@ -708,7 +708,7 @@ export const socialsModule: RSpaceModule = { name: "rSocials", icon: "📢", description: "Federated social feed aggregator for communities", - scoping: { defaultScope: "global", userConfigurable: true }, + scoping: { defaultScope: "space", userConfigurable: true }, docSchemas: [{ pattern: "{space}:socials:data", description: "Threads and campaigns", init: socialsSchema.init }], routes, publicWrite: true,