We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf623f commit 9233c8aCopy full SHA for 9233c8a
subscription/context_processors.py
@@ -8,6 +8,7 @@ def get_actstream(request):
8
If we have 'undelivered' items, we deliver them to the unacknowledged list
9
"""
10
stream = user_stream(request.user)
11
+ unacknowledged = None
12
if stream:
13
unacknowledged = request.user.get_profile(
14
).stream_pending_acknowledgements(stream[0][0])
0 commit comments