Fix #1999: broken federation with pods using allow-listing
This commit is contained in:
parent
e309e93d3b
commit
641e1525ac
5 changed files with 23 additions and 4 deletions
|
|
@ -13,6 +13,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
def get_actor_data(actor_url):
|
||||
logger.debug("Fetching actor %s", actor_url)
|
||||
response = session.get_session().get(
|
||||
actor_url, headers={"Accept": "application/activity+json"},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue