discourse/plugins/chat/assets
Martin Brennan 1cb2043edc
FIX: Chat errors for thread subscriptions (#22657)
When we have subscriptions for new messages in a channel,
we also have special handling for messages in a thread. For
cases like DM channels where threads are made in the background
but not used in the UI, this is causing JS errors because we
are trying to fetch the thread but it returns 404.

We only want to do things with messages in threads if the
channel actually has threading enabled.
2023-07-18 13:02:27 +10:00
..
javascripts FIX: Chat errors for thread subscriptions (#22657) 2023-07-18 13:02:27 +10:00
stylesheets FIX: allows to resize panels on tablets (#22640) 2023-07-17 15:11:51 +02:00