mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature] Enable federation in/out of profile PropertyValue fields (#1722)
Co-authored-by: kim <grufwub@gmail.com> Co-authored-by: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>
This commit is contained in:
@@ -86,7 +86,8 @@ func (c *converter) ASRepresentationToAccount(ctx context.Context, accountable a
|
||||
acct.Emojis = emojis
|
||||
}
|
||||
|
||||
// TODO: fields aka attachment array
|
||||
// fields aka attachment array
|
||||
acct.Fields = ap.ExtractFields(accountable)
|
||||
|
||||
// note aka summary
|
||||
acct.Note = ap.ExtractSummary(accountable)
|
||||
|
Reference in New Issue
Block a user