mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
5ca38be487
commit
2690f2f87d
|
@ -1161,8 +1161,7 @@ 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):
|
print('postActorWf: ' + postActorHandle + ' ' + str(postActorWf))
|
||||||
postActorWf = postActorWf[postActorHandle]
|
|
||||||
|
|
||||||
(inboxUrl, pubKeyId, pubKey,
|
(inboxUrl, pubKeyId, pubKey,
|
||||||
fromPersonId, sharedInbox,
|
fromPersonId, sharedInbox,
|
||||||
|
|
Loading…
Reference in New Issue