discourse/plugins/chat
Roman Rizzi f4e7a80600
DEV: Cache summarization strategy results. (#22230)
Updates the interface for implementing summarization strategies and adds a cache layer to summarize topics once.

The cache stores the final summary and each chunk used to build it, which will be useful when we have to extend or rebuild it.
2023-06-27 11:44:34 -03:00
..
app DEV: Cache summarization strategy results. (#22230) 2023-06-27 11:44:34 -03:00
assets UX: add max-width to thread indicator (#22282) 2023-06-27 09:30:15 +02:00
config Update translations (#22300) 2023-06-27 16:39:27 +02:00
db FIX: Backfill chat thread memberships (#21971) 2023-06-14 13:54:51 +10:00
lib DEV: Introduce an array type for Chat contracts (#22278) 2023-06-27 10:51:58 +10:00
public
spec DEV: Cache summarization strategy results. (#22230) 2023-06-27 11:44:34 -03:00
test/javascripts FEATURE: Scroll to first message when clicking date in chat (#21926) 2023-06-20 15:58:38 +02:00
plugin.rb DEV: Introduce an array type for Chat contracts (#22278) 2023-06-27 10:51:58 +10: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.