discourse/plugins/chat
David Battersby c62d3610c6
PERF: Reduce overhead from chat message excerpt (#26712)
This change moves the chat message excerpt into a new database column (string) on the chat_messages table.

As part of this change, we will now set the excerpt within the `Chat::CreateMessage` service, and update it within the `Chat::UpdateMessage` service.
2024-04-25 14:29:00 +02:00
..
app PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
assets FEATURE: implements last read message for threads (#26702) 2024-04-25 10:47:54 +02:00
config FEATURE: implements last read message for threads (#26702) 2024-04-25 10:47:54 +02:00
db PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
lib DEV: Move more service code to core (#26613) 2024-04-12 13:14:19 +02:00
public
spec PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
test/javascripts DEV: allows fabricators to use faker (#26555) 2024-04-08 21:00:09 +02:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: Move more service code to core (#26613) 2024-04-12 13:14:19 +02: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.