fixes broadcasting for incoming activities
This commit is contained in:
parent
bf6aca5122
commit
2fcfebd4e5
5 changed files with 28 additions and 18 deletions
|
@ -93,7 +93,7 @@ class ActivityObject:
|
|||
with transaction.atomic():
|
||||
# we can't set many to many and reverse fields on an unsaved object
|
||||
try:
|
||||
instance.save()
|
||||
instance.save(broadcast=False)
|
||||
except IntegrityError as e:
|
||||
raise ActivitySerializerError(e)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue