fix: overlooked fix in cdf839bc
This commit is contained in:
parent
9f9967ee79
commit
993340bae6
@ -456,7 +456,7 @@ export async function updatePerson(
|
|||||||
|
|
||||||
const emojiNames = emojis.map((emoji) => emoji.name);
|
const emojiNames = emojis.map((emoji) => emoji.name);
|
||||||
|
|
||||||
const { fields } = analyzeAttachments(person.attachment || []);
|
const fields = analyzeAttachments(person.attachment || []);
|
||||||
|
|
||||||
const tags = extractApHashtags(person.tag)
|
const tags = extractApHashtags(person.tag)
|
||||||
.map((tag) => normalizeForSearch(tag))
|
.map((tag) => normalizeForSearch(tag))
|
||||||
|
Loading…
Reference in New Issue
Block a user