]> git.parisson.com Git - teleforma.git/commit
Try to reconnect when websocket crash. Build js /css and fix broadcast feature/docker-chat
authortest test <yoanl@pilotsystems.net>
Thu, 10 Jun 2021 13:01:14 +0000 (15:01 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 10 Jun 2021 13:01:14 +0000 (15:01 +0200)
commitb37cfeeebc2349793b7e10eb95f0085a790bc28f
tree3d78e4d34287b220d4edc45f60331b77e9b85354
parent67c893ef8de7328ee0a97b9d0d3d8ab47031ca10
Try to reconnect when websocket crash. Build js /css and fix broadcast
12 files changed:
.gitignore
teleforma/management/commands/teleforma-broadcast-conference-message.py [new file with mode: 0644]
teleforma/management/commands/teleforma-broadcast-message.py
teleforma/models/chat.py
teleforma/src/js/components/Chat.vue
teleforma/static/teleforma/dist/app.css [new file with mode: 0644]
teleforma/static/teleforma/dist/app.css.map [new file with mode: 0644]
teleforma/static/teleforma/dist/app.js [new file with mode: 0644]
teleforma/static/teleforma/dist/app.js.map [new file with mode: 0644]
teleforma/static/teleforma/dist/favicon.ico [new file with mode: 0644]
teleforma/views/core.py
teleforma/ws/chat.py