diff --git a/zephyr/views.py b/zephyr/views.py index c9acc20046..e9210f1cf1 100644 --- a/zephyr/views.py +++ b/zephyr/views.py @@ -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