Merge commit '19806be8ecc387adda4c229fc5e0e7b3af733e4f' into glitch-soc/merge-upstream
This commit is contained in:
commit
89b42f89d0
@ -289,8 +289,8 @@ class ActivityPub::ProcessAccountService < BaseService
|
|||||||
|
|
||||||
next unless value['owner'] == @account.uri
|
next unless value['owner'] == @account.uri
|
||||||
|
|
||||||
value['publicKeyPem']
|
key = value['publicKeyPem']
|
||||||
{ type: :rsa, public_key: :key, uri: key_id }
|
{ type: :rsa, public_key: key, uri: key_id }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user