Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
yeago committed Feb 6, 2014
1 parent 0cf623f commit 9233c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subscription/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ def get_actstream(request):
If we have 'undelivered' items, we deliver them to the unacknowledged list
"""
stream = user_stream(request.user)
unacknowledged = None
if stream:
unacknowledged = request.user.get_profile(
).stream_pending_acknowledgements(stream[0][0])
Expand Down

0 comments on commit 9233c8a

Please sign in to comment.