Broadcast user deletions
This commit is contained in:
parent
5df2ac676b
commit
5b7f2007e8
3 changed files with 8 additions and 2 deletions
|
@ -116,7 +116,7 @@ class InboxActivities(TestCase):
|
|||
'type': 'Delete',
|
||||
'actor': 'https://example.com/users/test-user',
|
||||
'to': ['https://www.w3.org/ns/activitystreams#Public'],
|
||||
'object': 'https://example.com/users/test-user',
|
||||
'object': self.remote_user.remote_id,
|
||||
}
|
||||
|
||||
views.inbox.activity_task(activity)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue