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