Compare commits
1 Commits
f457c0162f
...
bc98637dcf
Author | SHA1 | Date |
---|---|---|
Shadowfacts | bc98637dcf |
|
@ -67,7 +67,7 @@ async function cacheActor(actorObject: ActorObject) {
|
|||
actor.displayName = actorObject.name;
|
||||
actor.inbox = actorObject.inbox;
|
||||
actor.iconURL = iconURL;
|
||||
if (actor.publicKey && actor.publicKey.publicKeyPem) {
|
||||
if (actorObject.publicKey && actorObject.publicKey.publicKeyPem) {
|
||||
actor.publicKeyPem = actorObject.publicKey.publicKeyPem;
|
||||
}
|
||||
actor.isFollower = false;
|
||||
|
|
Loading…
Reference in New Issue