Fixes foreign key field setting wrong value on activity
This commit is contained in:
parent
44cbf7c07f
commit
5c7ac46116
|
@ -60,7 +60,7 @@ class ActivitypubFieldMixin:
|
|||
if isinstance(activity.get(key), list):
|
||||
activity[key] += formatted
|
||||
else:
|
||||
activity[key] = value
|
||||
activity[key] = formatted
|
||||
|
||||
|
||||
def field_to_activity(self, value):
|
||||
|
|
Loading…
Reference in New Issue