discourse/plugins/chat
David Battersby b7cfd4e146
FIX: toggle chat drawer on channel thread list (#28759)
Chat toggle relies on using a height: auto to collapse drawer, however in channel threads we should be only displaying threads when drawer is expanded. Displaying threads conditionally based on drawer toggle status fixes this.
2024-09-05 19:01:12 +04:00
..
app DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
assets FIX: toggle chat drawer on channel thread list (#28759) 2024-09-05 19:01:12 +04:00
config UX: Update Chat Group Name and Placeholder (#28703) 2024-09-04 15:52:23 +10:00
db DEV: Migrate Chat::NotificationMention#notification_id to bigint (#28571) 2024-08-27 14:57:16 +03:00
lib DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
public
spec DEV: send_chat_message supports topic_tags_changed (#28755) 2024-09-05 13:05:19 +02:00
test/javascripts UX: chat drawer increase unread channel visibility (#28731) 2024-09-05 13:36:50 +04:00
plugin.rb DEV: send_chat_message supports topic_tags_changed (#28755) 2024-09-05 13:05:19 +02:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00

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.