mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 13:09:16 +02:00
Fix #1210: Enforce authentication when viewing remote channels, profiles and libraries
This commit is contained in:
parent
b1ae13ab0a
commit
482647dab9
5 changed files with 16 additions and 2 deletions
|
@ -429,7 +429,7 @@ def fetch(fetch_obj):
|
|||
)
|
||||
except Exception:
|
||||
logger.exception(
|
||||
"Error while fetching actor outbox: %s", obj.actor.outbox.url
|
||||
"Error while fetching actor outbox: %s", obj.actor.outbox_url
|
||||
)
|
||||
else:
|
||||
if result.get("next_page"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue