discourse/plugins/chat
Andrei Prigorshnev 62f423da15
DEV: Redesign chat mentions (#24752)
At the moment, when someone is mentioning a group, or using here or 
all mention, we create a chat_mention record per user. What we want 
instead is to have special kinds of mentions, so we can create only one 
chat_mention record in such cases. This PR implements that.

Note, that such mentions will still have N related notifications, one 
notification per a user. We don't expect we'll have performance 
problems on the notifications side, but if at some point we do, we 
should be able to solve them on the side of notifications 
(notifications are handled in jobs, also some little delays with 
the notifications are acceptable, so we can make sure notifications 
are properly queued, and that processing of every notification is 
fast enough to make delays small enough).

The preparation work for this PR was done in fbd24fa, where we make 
it possible for one mention to have several related notifications.

A pretty tricky part of this PR is schema and data migration, I've explained 
related details inline on the migration files.
2024-01-17 15:24:01 +04:00
..
app DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
assets FIX: set channels tab as default on mobile chat footer (#25296) 2024-01-17 17:12:55 +08:00
config Update translations (#25278) 2024-01-16 14:54:32 +01:00
db DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
lib DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
public
spec DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
test/javascripts DEV: implements <Chat::Navbar /> (#24917) 2023-12-18 17:49:58 +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.