Add joined date to profiles in web UI (#16169)
This commit is contained in:
parent
b42a8ef7d9
commit
2c77d97e0d
7 changed files with 34 additions and 8 deletions
|
@ -87,6 +87,7 @@ class ActivityPub::ProcessAccountService < BaseService
|
|||
@account.url = url || @uri
|
||||
@account.uri = @uri
|
||||
@account.actor_type = actor_type
|
||||
@account.created_at = @json['published'] if @json['published'].present?
|
||||
end
|
||||
|
||||
def set_immediate_attributes!
|
||||
|
@ -101,7 +102,7 @@ class ActivityPub::ProcessAccountService < BaseService
|
|||
end
|
||||
|
||||
def set_fetchable_key!
|
||||
@account.public_key = public_key || ''
|
||||
@account.public_key = public_key || ''
|
||||
end
|
||||
|
||||
def set_fetchable_attributes!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue