Fix receiving messages on the ShakeSpeare streams.

(imported from commit 4ce60d57e66363da1bd3c2b93fcf008eee795769)
This commit is contained in:
Tim Abbott 2012-10-20 19:54:29 -04:00
parent 6a7cbaf4b1
commit d3a693080e
1 changed files with 1 additions and 1 deletions

View File

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