mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
committed by
Tim Abbott
parent
e071d27b6b
commit
2e7d0cb4cb
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user