mirror of https://github.com/zulip/zulip.git
Ask user to reload Humbug after running sync-subscriptions.
(imported from commit d374d5b8eefd4240b8b11f83080fcdf2ff3cadaf)
This commit is contained in:
parent
c447a7ba94
commit
11c7d0e841
|
@ -534,6 +534,9 @@ to these .zephyrs.subs lines, please do so via the Humbug
|
||||||
web interface.
|
web interface.
|
||||||
"""))
|
"""))
|
||||||
print
|
print
|
||||||
|
if verbose:
|
||||||
|
print
|
||||||
|
print "IMPORTANT: Please reload the Humbug app for these changes to take effect."
|
||||||
|
|
||||||
def valid_stream_name(name):
|
def valid_stream_name(name):
|
||||||
return name != ""
|
return name != ""
|
||||||
|
|
Loading…
Reference in New Issue