discourse/plugins/chat
David Battersby f0ea57e30e
FIX: chat channel sort order consistency in sidebar (#30180)
This change creates a shallow copy of the public message channels so we don't change the original array while sorting.

Without this change the publicMessageChannels getter cache gets invalidated and cached again with the sorted channels array instead, which causes a bug where the sidebar channel list sorting order is updated by activity when user interacts with the chat drawer.
2024-12-09 15:36:41 +04:00
..
admin/assets/javascripts DEV: Update more deprecated Font Awesome icon names (#30163) 2024-12-08 22:14:28 +01:00
app DEV: Apply new Rubocop linting on services 2024-12-02 17:31:36 +01:00
assets FIX: chat channel sort order consistency in sidebar (#30180) 2024-12-09 15:36:41 +04:00
config Update translations (#30062) 2024-12-04 11:59:28 +01:00
db DEV: Make sure chat migration is in plugin directory (#29867) 2024-11-20 14:50:15 -07:00
lib PERF: Optimize query for finding users with unread chat messages (#29964) 2024-11-28 15:28:37 +01:00
public
spec FIX: chat channel sort order consistency in sidebar (#30180) 2024-12-09 15:36:41 +04:00
test/javascripts DEV: Use qunit-dom's hasValue wherever possible (#30018) 2024-12-01 20:37:24 +01:00
plugin.rb DEV: update more deprecated font awesome icon names (#30123) 2024-12-05 15:20:02 +08:00
README.md

This plugin is still in active development and may change frequently

Documentation

The Discourse Chat plugin adds chat functionality to your Discourse so it can natively support both long-form and short-form communication needs of your online community.

For user documentation, see Discourse Chat.

For developer documentation, see Discourse Documentation.