Chatting
Chatting copied to clipboard
Searching: Wrap drawnChatLines in a new list to access messages thread-safely
Description
Searching: Wrap drawnChatLines in a new list to access messages thread-safely
<GuiNewChat>.drawnChatLines -> new ArrayList(<GuiNewChat>.drawnChatLines)
Related Issue(s)
Fixes #47
How to test
open the chat search bar send chat messages from a different thread it should no longer crash!
Release Notes
Fix crash with searching messages
Documentation
No