mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-11 01:54:02 +02:00
enhance: playのscriptの文字数制限を緩和
This commit is contained in:
@@ -44,7 +44,7 @@ export class Flash {
|
||||
public user: User | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 16384,
|
||||
length: 32768,
|
||||
})
|
||||
public script: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user