mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
raise default character limit for word mutes
This commit is contained in:
parent
a46887d05f
commit
0cdb8e5b80
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export const DEFAULT_POLICIES: RolePolicies = {
|
|||
canUpdateBioMedia: true,
|
||||
pinLimit: 5,
|
||||
antennaLimit: 5,
|
||||
wordMuteLimit: 200,
|
||||
wordMuteLimit: 1000,
|
||||
webhookLimit: 3,
|
||||
clipLimit: 10,
|
||||
noteEachClipsLimit: 200,
|
||||
|
|
Loading…
Add table
Reference in a new issue