mirror of https://gitlab.com/bashrc2/epicyon
Another paywall
parent
6bf3401806
commit
0a790a8598
|
@ -91,6 +91,7 @@ def _accept_follow(base_dir: str, message_json: {},
|
|||
curr_domain: str,
|
||||
onion_domain: str, i2p_domain: str) -> None:
|
||||
""" Receiving an ActivityPub follow Accept activity
|
||||
Your follow was accepted
|
||||
"""
|
||||
if not has_object_string_type(message_json, debug):
|
||||
return
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
"independent.co.uk",
|
||||
"thesun.co.uk",
|
||||
"theintercept.com",
|
||||
".zeit.de"
|
||||
".zeit.de",
|
||||
".stern.de"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue