forked from misskey-dev/misskey
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
@Column('jsonb', {
default: [], nullable: true,
comment: 'Reasons why the DriveFile is Sensitive.',
})
public sensitiveReasons: Set<'nudity' | 'violence' | 'racy' | 'spoiler' | 'hate' | 'illegal' | 'food' | 'r15' | 'r18' | 'r18g' | 'other'> | null;
こんな感じ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels