mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 14:29:15 +02:00
Library follows and user notifications
This commit is contained in:
parent
a879993280
commit
ecd395d6b0
41 changed files with 1191 additions and 347 deletions
|
@ -155,6 +155,7 @@ class BaseActivitySerializer(serializers.Serializer):
|
|||
fid=validated_data.get("id"),
|
||||
actor=validated_data["actor"],
|
||||
payload=self.initial_data,
|
||||
type=validated_data["type"],
|
||||
)
|
||||
|
||||
def validate(self, data):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue