posting
quadrismegistus 4 years ago
parent 515ad847fa
commit ea12833bd6

@ -410,7 +410,7 @@ class KomradeX(Caller):
print(f'!! Could not decrypt post {post_id}')
malformed = True
if not msg.from_name or not msg.from_pubkey:
if not msg.get('from_name') or not msg.get('from_pubkey'):
print('!! Invalid sender info!')
malformed = True

Loading…
Cancel
Save