Allow override of connection_id in messages
This commit is contained in:
@ -144,6 +144,7 @@ class IrisCore(object):
|
||||
})
|
||||
return {
|
||||
'status': 1,
|
||||
'connection_id': connection_id,
|
||||
'username': data['username']
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user