Skip to content

Commit

Permalink
Corrected scope
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 2, 2024
1 parent f618c19 commit 3b39b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posthog/models/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def log_comment_activity(sender, instance: Comment, created: bool, **kwargs):
organization_id=None,
team_id=instance.team_id,
user=instance.created_by,
item_id=instance.item_id,
scope="Comment",
item_id=instance.id,
scope=instance.scope,
activity="created",
detail=Detail(
name=instance.content,
Expand Down

0 comments on commit 3b39b03

Please sign in to comment.