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"))
|
||||
pending_colors[(old_message["user"],
|
||||
old_message["stream_name"].lower())] = color
|
||||
elif property_name == "in_home_view":
|
||||
elif property_name in ["in_home_view", "notifications"]:
|
||||
# TODO: Handle this
|
||||
continue
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue