Add authentication to chatbox
This commit is contained in:
parent
3876896b97
commit
7f9245570f
2 changed files with 12 additions and 9 deletions
|
@ -141,10 +141,6 @@
|
|||
|
||||
message = {
|
||||
'body': body,
|
||||
'image': img,
|
||||
'author': '{{request.profile}}',
|
||||
'author_id': {{request.profile.id}},
|
||||
'css_class': '{{request.profile.css_class}}',
|
||||
}
|
||||
|
||||
chatSocket.send(JSON.stringify({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue