mirror of https://github.com/zulip/zulip.git
Fix receiving messages on the ShakeSpeare streams.
(imported from commit 4ce60d57e66363da1bd3c2b93fcf008eee795769)
This commit is contained in:
parent
6a7cbaf4b1
commit
d3a693080e
|
@ -331,7 +331,7 @@ def restore_saved_messages():
|
|||
streams[stream.id] = stream
|
||||
for recipient in Recipient.objects.filter(type=Recipient.STREAM):
|
||||
stream_recipients[(streams[recipient.type_id].realm_id,
|
||||
streams[recipient.type_id].name)] = recipient
|
||||
streams[recipient.type_id].name.lower())] = recipient
|
||||
|
||||
print datetime.datetime.now(), "Creating users..."
|
||||
bulk_create_users(realms, user_set)
|
||||
|
|
Loading…
Reference in New Issue