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