Skip to content

Commit

Permalink
small optimisation, small feed list layout refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmegatelo committed Jan 20, 2025
1 parent a70d529 commit b4d6bed
Show file tree
Hide file tree
Showing 3 changed files with 786 additions and 790 deletions.
2 changes: 0 additions & 2 deletions feed/views/api/feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ def post(self, request, *args, **kwargs):
feed_item=instance,
)
action.save()
instance.actions.add(action)
instance.save()
return JsonResponse({"success": True})

def delete(self, request, *args, **kwargs):
Expand Down
Loading

0 comments on commit b4d6bed

Please sign in to comment.