mirror of https://gitlab.com/bashrc2/epicyon
When receiving an invalid unfollow always remove item from queue
parent
e59e410ff9
commit
f1b85d9936
3
inbox.py
3
inbox.py
|
@ -1061,8 +1061,9 @@ def _receive_undo(base_dir: str, message_json: {}, debug: bool,
|
||||||
return False
|
return False
|
||||||
if message_json['object']['type'] == 'Follow' or \
|
if message_json['object']['type'] == 'Follow' or \
|
||||||
message_json['object']['type'] == 'Join':
|
message_json['object']['type'] == 'Join':
|
||||||
return _receive_undo_follow(base_dir, message_json,
|
_receive_undo_follow(base_dir, message_json,
|
||||||
debug, domain, onion_domain, i2p_domain)
|
debug, domain, onion_domain, i2p_domain)
|
||||||
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue