Merge branch 'develop' into 'develop'
fix ignoring person._misskey_summary on updating remote profiles Co-authored-by: blueb <ihateblueb@proton.me> See merge request firefish/firefish!10646
This commit is contained in:
commit
adf7522654
@ -590,7 +590,9 @@ export async function updatePerson(
|
||||
{
|
||||
url: url,
|
||||
fields,
|
||||
description: person.summary
|
||||
description: person._misskey_summary
|
||||
? truncate(person._misskey_summary, summaryLength)
|
||||
: person.summary
|
||||
? htmlToMfm(truncate(person.summary, summaryLength), person.tag)
|
||||
: null,
|
||||
birthday: bday ? bday[0] : null,
|
||||
|
Loading…
Reference in New Issue
Block a user