Skip to content

Commit

Permalink
making all new notifications unseen by default
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Sep 3, 2018
1 parent f187d15 commit beb7510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notifications/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ def notify_handler(verb, **kwargs):
description=description,
timestamp=timestamp,
level=level,
unseen=True
)

# Set optional objects
Expand Down

0 comments on commit beb7510

Please sign in to comment.