Skip to content

Commit

Permalink
set default to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Nov 24, 2024
1 parent 94acd1f commit 78d1711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/core/RoleService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const DEFAULT_POLICIES: RolePolicies = {
canImportMuting: true,
canImportNotes: true,
canImportUserLists: true,
crossRenoteAccountLimit: 2,
crossRenoteAccountLimit: 0,
};

@Injectable()
Expand Down

0 comments on commit 78d1711

Please sign in to comment.