mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-17 06:45:36 +02:00
Merge branch 'develop' into mahjong
This commit is contained in:
@@ -76,6 +76,11 @@ export class MiMeta {
|
||||
})
|
||||
public sensitiveWords: string[];
|
||||
|
||||
@Column('varchar', {
|
||||
length: 1024, array: true, default: '{}',
|
||||
})
|
||||
public prohibitedWords: string[];
|
||||
|
||||
@Column('varchar', {
|
||||
length: 1024, array: true, default: '{}',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user