mirror of
https://github.com/owncast/owncast.git
synced 2024-11-29 11:39:08 +03:00
7e0822b62d
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 |
||
---|---|---|
.. | ||
chat.go | ||
client.go | ||
messageRendering_test.go | ||
messages.go | ||
persistence.go | ||
server.go |