Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hepheir committed Aug 18, 2023
2 parents 463f933 + 583c91e commit f9ae29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ def get_queryset(self):
user = self.request.user
if user.is_anonymous:
return []
return user.notifications.all()
return user.notifications.order_by('-created_at').all()

0 comments on commit f9ae29f

Please sign in to comment.