forked from mirrors/bookwyrm
Handle '/' view in updates
This commit is contained in:
parent
0d88794f46
commit
02bd94fdc8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def get_notification_count(request):
|
|||
|
||||
|
||||
@login_required
|
||||
def get_unread_status_count(request, stream):
|
||||
def get_unread_status_count(request, stream='home'):
|
||||
""" any unread statuses for this feed? """
|
||||
stream = activitystreams.streams.get(stream)
|
||||
if not stream:
|
||||
|
|
Loading…
Reference in a new issue