Fixes unfollow
This commit is contained in:
parent
b57a86d4e2
commit
d81bfb6573
5 changed files with 47 additions and 21 deletions
|
@ -56,7 +56,7 @@ class UserRelationship(BookWyrmModel):
|
|||
return '%s#%s/%d' % (base_path, status, self.id)
|
||||
|
||||
|
||||
class UserFollows(UserRelationship):
|
||||
class UserFollows(ActivitypubMixin, UserRelationship):
|
||||
''' Following a user '''
|
||||
status = 'follows'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue