discourse/plugins/chat
Andrei Prigorshnev ad05924bdf
DEV: Do one query per month when exporting chat messages (#22746)
We did some testing and saw that making one query per month is 
cheaper than querying all chat messages at ones. Note that even 
though the export job will be performing one query per month, 
the exported messages will be streamed into a single CSV file, so 
nothing changes from the user's point of view.
2023-07-27 21:56:32 +04:00
..
app DEV: Refactor chat channel fetching 2023-07-27 11:55:17 +02:00
assets UX: different way of centering chat notice to accommodate longer texts (#22779) 2023-07-27 15:53:43 +02:00
config FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00
db DEV: Remove experimental setting row for chat threads (#22730) 2023-07-27 15:29:28 +02:00
lib DEV: Do one query per month when exporting chat messages (#22746) 2023-07-27 21:56:32 +04:00
public
spec DEV: Do one query per month when exporting chat messages (#22746) 2023-07-27 21:56:32 +04:00
test/javascripts FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00
plugin.rb FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02: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.