populate_db: Add stream notifications support.

(imported from commit 86464b9ce7084de116019491eb8697fd6cd7fa54)
This commit is contained in:
Tim Abbott 2013-05-20 15:33:17 -04:00
parent 4f464d4a5d
commit 6d5350d54d
1 changed files with 1 additions and 1 deletions

View File

@ -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: