forked from indymedia/epicyon
Debug
parent
fac6713185
commit
d22faa6f38
|
@ -1831,6 +1831,15 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
|
||||||
displayName,False)
|
displayName,False)
|
||||||
titleStr+='<a href="'+messageId+'">'+displayName+'</a>'
|
titleStr+='<a href="'+messageId+'">'+displayName+'</a>'
|
||||||
else:
|
else:
|
||||||
|
if not messageId:
|
||||||
|
pprint(postJsonObject)
|
||||||
|
print('ERROR: no messageId')
|
||||||
|
if not actorNickname:
|
||||||
|
pprint(postJsonObject)
|
||||||
|
print('ERROR: no actorNickname')
|
||||||
|
if not actorDomain:
|
||||||
|
pprint(postJsonObject)
|
||||||
|
print('ERROR: no actorDomain')
|
||||||
titleStr+='<a href="'+messageId+'">@'+actorNickname+'@'+actorDomain+'</a>'
|
titleStr+='<a href="'+messageId+'">@'+actorNickname+'@'+actorDomain+'</a>'
|
||||||
|
|
||||||
# Show a DM icon for DMs in the inbox timeline
|
# Show a DM icon for DMs in the inbox timeline
|
||||||
|
|
Loading…
Reference in New Issue