cleanup(ApPersonService.ts)

This commit is contained in:
okayurisotto 2023-07-03 06:48:10 +09:00
parent f20381d06b
commit 541429f16b

View file

@ -245,7 +245,7 @@ export class ApPersonService implements OnModuleInit {
const { fields } = this.analyzeAttachments(person.attachment ?? []);
const tags = extractApHashtags(person.tag).map(tag => normalizeForSearch(tag)).splice(0, 32);
const tags = extractApHashtags(person.tag).map(normalizeForSearch).splice(0, 32);
const isBot = getApType(object) === 'Service';