Skip to content

Commit 97d3ec3

Browse files
committed
fix: increase ban reason message length
1 parent 50a3b48 commit 97d3ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/models/ModeratorActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class ModeratorActions extends Model<
4646
@ColumnName("action")
4747
public declare action: ModeratorAction;
4848

49-
@Attribute(DataTypes.STRING)
49+
@Attribute(DataTypes.STRING({ length: 10000 }))
5050
@AllowNull
5151
public declare reason: string | null;
5252

0 commit comments

Comments
 (0)