mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 04:09:16 +02:00
Fix #553: Advertise public libraries properly in ActivityPub representations
This commit is contained in:
parent
a7956ca1fe
commit
51457aa889
4 changed files with 5 additions and 4 deletions
|
@ -82,7 +82,7 @@ def inbox_undo_follow(payload, context):
|
|||
serializer = serializers.UndoFollowSerializer(data=payload, context=context)
|
||||
if not serializer.is_valid(raise_exception=context.get("raise_exception", False)):
|
||||
logger.debug(
|
||||
"Discarding invalid follow undo from {}: %s",
|
||||
"Discarding invalid follow undo from %s: %s",
|
||||
context["actor"].fid,
|
||||
serializer.errors,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue