Adds missing data file

This commit is contained in:
Mouse Reeve
2021-04-22 10:30:00 -07:00
parent 3ed822b9ea
commit c455585262
2 changed files with 40 additions and 1 deletions

View File

@ -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: