Adds incoming handler for blocking
This commit is contained in:
parent
54f8a65ae2
commit
cc8888dea2
5 changed files with 50 additions and 2 deletions
|
@ -94,5 +94,5 @@ class UserFollowRequest(UserRelationship):
|
|||
|
||||
class UserBlocks(UserRelationship):
|
||||
''' prevent another user from following you and seeing your posts '''
|
||||
# TODO: not implemented
|
||||
status = 'blocks'
|
||||
activity_serializer = activitypub.Block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue