discourse/plugins/chat
Andrei Prigorshnev 3ea31f443c
FEATURE: Export chat messages to CSV file (#22113)
To export chat messages, go to `/admin/plugins/chat` and click the Create export 
button in the _Export chat messages_ section. You'll receive a direct message 
when the export is finished.

Currently, this exports all messages from the last 6 months, but not more than 
10000 messages.

This exports all chat messages, including messages from private channels and 
users' direct conversations. This also exports messages that were deleted.
2023-06-21 16:13:36 +04:00
..
app FEATURE: Export chat messages to CSV file (#22113) 2023-06-21 16:13:36 +04:00
assets FEATURE: Export chat messages to CSV file (#22113) 2023-06-21 16:13:36 +04:00
config FEATURE: Export chat messages to CSV file (#22113) 2023-06-21 16:13:36 +04:00
db FIX: Backfill chat thread memberships (#21971) 2023-06-14 13:54:51 +10:00
lib FEATURE: Export chat messages to CSV file (#22113) 2023-06-21 16:13:36 +04:00
public
spec FEATURE: Export chat messages to CSV file (#22113) 2023-06-21 16:13:36 +04:00
test/javascripts FEATURE: Scroll to first message when clicking date in chat (#21926) 2023-06-20 15:58:38 +02:00
plugin.rb FEATURE: Export chat messages to CSV file (#22113) 2023-06-21 16:13:36 +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.