forked from mirrors/misskey
enhance: 広告ごとにセンシティブフラグを設定できるように
This commit is contained in:
@@ -117,6 +117,7 @@ export class MetaEntityService {
|
||||
ratio: ad.ratio,
|
||||
imageUrl: ad.imageUrl,
|
||||
dayOfWeek: ad.dayOfWeek,
|
||||
isSensitive: ad.isSensitive ? true : undefined,
|
||||
})),
|
||||
notesPerOneAd: instance.notesPerOneAd,
|
||||
enableEmail: instance.enableEmail,
|
||||
|
||||
Reference in New Issue
Block a user