owncast/core/chat
nebunez 7e0822b62d fix mismatched message ids when client first sends a message
This bug is caused by the message being sent to all clients before
msg.SetDefaults() is called and the message is saved to the chat database. This
causes connected clients to get a message id that is different from what exists
in the database. This only affects clients using websockets that were connected
when the message was sent and message visibility updated.

Fixes https://github.com/owncast/owncast/issues/809
2021-03-10 14:07:47 -05:00
..
chat.go Optimize/fix concurrency for chat 2021-03-03 21:48:11 -08:00
client.go Optimize/fix concurrency for chat 2021-03-03 21:48:11 -08:00
messageRendering_test.go Gek/disable remote images (#800) 2021-03-08 23:20:15 -08:00
messages.go 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
persistence.go Fix chat history backlog query. Closes #748 2021-02-21 12:13:46 -08:00
server.go fix mismatched message ids when client first sends a message 2021-03-10 14:07:47 -05:00