Adds missing data file
This commit is contained in:
parent
3ed822b9ea
commit
c455585262
2 changed files with 40 additions and 1 deletions
|
@ -278,7 +278,7 @@ class ManyToManyField(ActivitypubFieldMixin, models.ManyToManyField):
|
|||
if value is None or value is MISSING:
|
||||
return None
|
||||
if not isinstance(value, list):
|
||||
# TODO
|
||||
# If this is a link, we currently aren't doing anything with it
|
||||
return None
|
||||
items = []
|
||||
for remote_id in value:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue