mirror of https://github.com/zulip/zulip.git
populate_db: Add stream notifications support.
(imported from commit 86464b9ce7084de116019491eb8697fd6cd7fa54)
This commit is contained in:
parent
4f464d4a5d
commit
6d5350d54d
|
@ -572,7 +572,7 @@ def restore_saved_messages():
|
||||||
color = old_message.get("color", old_message.get("value"))
|
color = old_message.get("color", old_message.get("value"))
|
||||||
pending_colors[(old_message["user"],
|
pending_colors[(old_message["user"],
|
||||||
old_message["stream_name"].lower())] = color
|
old_message["stream_name"].lower())] = color
|
||||||
elif property_name == "in_home_view":
|
elif property_name in ["in_home_view", "notifications"]:
|
||||||
# TODO: Handle this
|
# TODO: Handle this
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue