File tree Expand file tree Collapse file tree 1 file changed +34
-2
lines changed
Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Original file line number Diff line number Diff line change 321321 "type": "boolean"
322322 },
323323 "loose_matching_threshold": {
324- "default": 4 ,
324+ "default": 1 ,
325325 "type": "integer",
326326 "minimum": -9007199254740991,
327327 "maximum": 9007199254740991
446446 "maxLength": 32
447447 }
448448 },
449+ "include_custom_invite_codes": {
450+ "maxItems": 255,
451+ "type": "array",
452+ "items": {
453+ "type": "string",
454+ "maxLength": 32
455+ }
456+ },
457+ "exclude_custom_invite_codes": {
458+ "maxItems": 255,
459+ "type": "array",
460+ "items": {
461+ "type": "string",
462+ "maxLength": 32
463+ }
464+ },
449465 "allow_group_dm_invites": {
450466 "default": false,
451467 "type": "boolean"
30603076 "type": "boolean"
30613077 },
30623078 "loose_matching_threshold": {
3063- "default": 4 ,
3079+ "default": 1 ,
30643080 "type": "integer",
30653081 "minimum": -9007199254740991,
30663082 "maximum": 9007199254740991
31813197 "maxLength": 32
31823198 }
31833199 },
3200+ "include_custom_invite_codes": {
3201+ "maxItems": 255,
3202+ "type": "array",
3203+ "items": {
3204+ "type": "string",
3205+ "maxLength": 32
3206+ }
3207+ },
3208+ "exclude_custom_invite_codes": {
3209+ "maxItems": 255,
3210+ "type": "array",
3211+ "items": {
3212+ "type": "string",
3213+ "maxLength": 32
3214+ }
3215+ },
31843216 "allow_group_dm_invites": {
31853217 "default": false,
31863218 "type": "boolean"
You can’t perform that action at this time.
0 commit comments