|
|
@ -587,6 +587,8 @@ class OsitcomChatRoom(WebsocketConsumer):
|
|
|
|
'country_flag': chat_room.chatroomguest.visitor.flag_image_url,
|
|
|
|
'country_flag': chat_room.chatroomguest.visitor.flag_image_url,
|
|
|
|
'is_online': chat_room.chatroomguest.visitor.is_online,
|
|
|
|
'is_online': chat_room.chatroomguest.visitor.is_online,
|
|
|
|
'ip': chat_room.chatroomguest.visitor.ip_address,
|
|
|
|
'ip': chat_room.chatroomguest.visitor.ip_address,
|
|
|
|
|
|
|
|
'name': chat_room.chatroomguest.visitor.name,
|
|
|
|
|
|
|
|
'mobile_number': chat_room.chatroomguest.visitor.mobile_number,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
chat_members = ChatMember.objects.filter(room=chat_room)
|
|
|
|
chat_members = ChatMember.objects.filter(room=chat_room)
|
|
|
|