discourse/plugins/chat
Martin Brennan db70e7a842
FIX: Minor bookmark issues (#25358)
* FIX: Minor bookmark issues

* We were showing "missing %{name} value" when the name for the
  bookmark was undefined with title translations
* There was no way to see the bookmark details on hover in chat
  for a message where the bookmark icon was in the left gutter.
  We can show the title on the bookmark button in the chat message
  actions instead.

* Minor fix

* DEV: Test fix
2024-01-23 16:49:41 +10:00
..
app FIX: correctly exclude muted channels from thread unreads (#25339) 2024-01-19 22:05:41 +01:00
assets FIX: Minor bookmark issues (#25358) 2024-01-23 16:49:41 +10: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
plugin.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04: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.