Allow override of connection_id in messages

This commit is contained in:
James Barnsley
2017-06-13 11:56:20 +12:00
parent 164d8ecbeb
commit 2535725d44
3 changed files with 6 additions and 1 deletions

View File

@ -144,6 +144,7 @@ class IrisCore(object):
})
return {
'status': 1,
'connection_id': connection_id,
'username': data['username']
}