forked from mirrors/bookwyrm
Merge pull request #424 from ahstro/fix-docstring
Fix docstring for to_reject_activity
This commit is contained in:
commit
c2301cdd26
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class UserRelationship(ActivitypubMixin, BookWyrmModel):
|
||||||
|
|
||||||
|
|
||||||
def to_reject_activity(self):
|
def to_reject_activity(self):
|
||||||
''' generate an Accept for this follow request '''
|
''' generate a Reject for this follow request '''
|
||||||
return activitypub.Reject(
|
return activitypub.Reject(
|
||||||
id=self.get_remote_id(status='rejects'),
|
id=self.get_remote_id(status='rejects'),
|
||||||
actor=self.user_object.remote_id,
|
actor=self.user_object.remote_id,
|
||||||
|
|
Loading…
Reference in a new issue