discourse/plugins/chat
David Battersby 5ce4af1aa6
FEATURE: add mention count to threads (#29739)
Previously we only counted mentions that were made within channels, however for threads this was never implemented.

This change adds a mention count to the ThreadUnreadsQuery, which is used for channel thread lists and the user thread list. We are also expanding channel mentions count to include mentions within threads.

The goal is to have a more consistent urgent badge across chat, in places such as channel lists and the chat header.
2024-11-14 14:10:12 +04:00
..
admin/assets/javascripts UX: Consistent styling for admin tables on mobile (#29360) 2024-10-23 16:26:21 -06:00
app FEATURE: add mention count to threads (#29739) 2024-11-14 14:10:12 +04:00
assets FEATURE: add mention count to threads (#29739) 2024-11-14 14:10:12 +04:00
config Update translations (#29715) 2024-11-12 14:54:38 +01:00
db DEV: Fix mismatched column types (#29477) 2024-11-06 20:00:40 +02:00
lib DEV: fix chat:*:populate rake tasks (#29740) 2024-11-13 18:11:25 +01:00
public
spec FEATURE: add mention count to threads (#29739) 2024-11-14 14:10:12 +04:00
test/javascripts DEV: Use the new hasHtml/includesHtml from qunit-dom (#29680) 2024-11-11 13:06:12 +01:00
plugin.rb PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11: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.