mirror of https://gitlab.com/bashrc2/epicyon
Remove line
parent
ed5a1d215d
commit
4c9b7fd524
1
inbox.py
1
inbox.py
|
@ -1768,7 +1768,6 @@ def _receive_update_activity(recent_posts_cache: {}, session, base_dir: str,
|
||||||
auto_cw_cache: {},
|
auto_cw_cache: {},
|
||||||
onion_domain: str,
|
onion_domain: str,
|
||||||
i2p_domain: str) -> bool:
|
i2p_domain: str) -> bool:
|
||||||
|
|
||||||
"""Receives an Update activity within the POST section of HTTPServer
|
"""Receives an Update activity within the POST section of HTTPServer
|
||||||
"""
|
"""
|
||||||
if message_json['type'] != 'Update':
|
if message_json['type'] != 'Update':
|
||||||
|
|
Loading…
Reference in New Issue