mirror of https://gitlab.com/bashrc2/epicyon
Show message id for malformed cipher
parent
ef7d283e04
commit
8769429944
1
inbox.py
1
inbox.py
|
@ -3180,6 +3180,7 @@ def _valid_post_content(base_dir: str, nickname: str, domain: str,
|
||||||
return False
|
return False
|
||||||
if invalid_ciphertext(message_json['object']['content']):
|
if invalid_ciphertext(message_json['object']['content']):
|
||||||
print('REJECT: malformed ciphertext in content ' +
|
print('REJECT: malformed ciphertext in content ' +
|
||||||
|
message_json['object']['id'] + ' ' +
|
||||||
message_json['object']['content'])
|
message_json['object']['content'])
|
||||||
return False
|
return False
|
||||||
if debug:
|
if debug:
|
||||||
|
|
Loading…
Reference in New Issue