mirror of https://github.com/zulip/zulip.git
Remove extraneous SERVER_GENERATION definition
It looks like this was supposed to be moved in e0d9182c but was copied, instead. (imported from commit 094f43e9cfd4dde380a3d1ef79b1c273b54ce1a3)
This commit is contained in:
parent
878646542f
commit
2da4c0a4bf
|
@ -56,9 +56,6 @@ import base64
|
|||
from collections import defaultdict
|
||||
from zephyr.lib import bugdown
|
||||
|
||||
SERVER_GENERATION = int(time.time())
|
||||
|
||||
|
||||
def list_to_streams(streams_raw, user_profile, autocreate=False, invite_only=False):
|
||||
"""Converts plaintext stream names to a list of Streams, validating input in the process
|
||||
|
||||
|
|
Loading…
Reference in New Issue