discourse/plugins/chat
Joffrey JAFFEUX eff485e4c0
FIX: renders channels-list wrapper only once (#25383)
This bug was causing broken layout when using the `header_dropdown` setting instead of `sidebar` as we were rendering `<div class="channels-list"></div>` two times.
2024-01-23 11:33:45 +01:00
..
app FIX: correctly exclude muted channels from thread unreads (#25339) 2024-01-19 22:05:41 +01:00
assets FIX: renders channels-list wrapper only once (#25383) 2024-01-23 11:33:45 +01:00
config FEATURE: Allow users to DM groups in chat (#25189) 2024-01-19 11:09:47 -03:00
db DEV: Promote historic post_deploy migrations (#25334) 2024-01-19 14:47:42 +00:00
lib DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
public
spec FIX: correctly save scroll position in channel (#25345) 2024-01-19 22:49:14 +01:00
test/javascripts FEATURE: implements dates separators for threads (#25335) 2024-01-19 16:21:48 +01:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04: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.