digests: Fix new stream links.

Fixes: #7479.
This commit is contained in:
Harshit Bansal
2017-11-22 10:00:23 +00:00
committed by Tim Abbott
parent e071d27b6b
commit 2e7d0cb4cb
2 changed files with 13 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ def gather_new_streams(user_profile: UserProfile,
new_streams = list(get_active_streams(user_profile.realm).filter(
invite_only=False, date_created__gt=threshold))
base_url = u"%s/ # narrow/stream/" % (user_profile.realm.uri,)
base_url = u"%s/#narrow/stream/" % (user_profile.realm.uri,)
streams_html = []
streams_plain = []