mirror of
https://github.com/discourse/discourse.git
synced 2025-05-18 14:13:54 +08:00

This commit fixes the shift+click multi selection in threads. We were not correctly using the manager of the message and would attempt to find messages in the channel instead of the thread. The `activeThread` was also not correctly set sometimes. Also adds tests for message selection in threads.