discourse/plugins/chat/assets
Martin Brennan e4d628a931
FIX: Move thread storage out of chatApi.thread() call (#21773)
In some cases activeChannel can be null so this will error,
also it is limiting to have this code in chatApi. Instead
move to the threads manager, and also lean on channelsManager.find
to get the channel from the cache instead, which will not error.
2023-05-27 09:43:29 +02:00
..
javascripts FIX: Move thread storage out of chatApi.thread() call (#21773) 2023-05-27 09:43:29 +02:00
stylesheets UI: minor spacing adjustment in message details (#21761) 2023-05-26 09:16:27 +02:00