fix: overlooked fix in cdf839bc

This commit is contained in:
naskya 2023-10-23 18:32:33 +09:00
parent 9f9967ee79
commit 993340bae6
No known key found for this signature in database
GPG Key ID: 164DFF24E2D40139

View File

@ -456,7 +456,7 @@ export async function updatePerson(
const emojiNames = emojis.map((emoji) => emoji.name);
const { fields } = analyzeAttachments(person.attachment || []);
const fields = analyzeAttachments(person.attachment || []);
const tags = extractApHashtags(person.tag)
.map((tag) => normalizeForSearch(tag))