diff options
Diffstat (limited to 'activities/models')
| -rw-r--r-- | activities/models/post.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/activities/models/post.py b/activities/models/post.py index 642842c..dd82bcf 100644 --- a/activities/models/post.py +++ b/activities/models/post.py @@ -499,7 +499,7 @@ class Post(StatorModel):      @classmethod      def handle_delete_ap(cls, data):          """ -        Handles an incoming create request +        Handles an incoming delete request          """          with transaction.atomic():              # Find our post by ID if we have one | 
