mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Linkify profile field values
This commit is contained in:
parent
c25fd366a9
commit
d2df2a5e22
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ async function renderAccount(
|
|||
discoverable: true,
|
||||
display_name: name ?? '',
|
||||
emojis: renderEmojis(event),
|
||||
fields,
|
||||
fields: fields.map((field) => ({ ...field, value: parseNoteContent(field.value, []).html })),
|
||||
follow_requests_count: 0,
|
||||
followers_count: event.author_stats?.followers_count ?? 0,
|
||||
following_count: event.author_stats?.following_count ?? 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue