mirror of https://gitlab.com/bashrc2/epicyon
Try again
parent
b56d0643e6
commit
5ca38be487
|
@ -1161,6 +1161,8 @@ def individualPostAsHtml(allowDownloads: bool,
|
||||||
postActorWf = cachedWebfingers
|
postActorWf = cachedWebfingers
|
||||||
if cachedWebfingers.get(postActorHandle):
|
if cachedWebfingers.get(postActorHandle):
|
||||||
postActorWf = cachedWebfingers[postActorHandle]
|
postActorWf = cachedWebfingers[postActorHandle]
|
||||||
|
if postActorWf.get(postActorHandle):
|
||||||
|
postActorWf = postActorWf[postActorHandle]
|
||||||
|
|
||||||
(inboxUrl, pubKeyId, pubKey,
|
(inboxUrl, pubKeyId, pubKey,
|
||||||
fromPersonId, sharedInbox,
|
fromPersonId, sharedInbox,
|
||||||
|
|
Loading…
Reference in New Issue