discourse/plugins/chat
Martin Brennan 584d9a9438
DEV: Use service objects for chat thread lookup (#20276)
Adds a new LookupThread class that handles finding the
thread based on thread + channel ID, checking permissions
and policy/contract checks.

Co-authored-by: Loïc Guitaut <loic@discourse.org>
2023-02-16 19:17:26 +01:00
..
app DEV: Use service objects for chat thread lookup (#20276) 2023-02-16 19:17:26 +01:00
assets FIX: removes uneeded footer-nav-height subtraction (#20336) 2023-02-16 18:25:36 +01:00
config REFACTOR: channel retention reminder text (#20310) 2023-02-15 14:50:01 +01:00
db DEV: Add ChatThread model and DB table, and ChatMessage reference (#20106) 2023-02-01 13:50:38 +10:00
lib DEV: extract the logic for extracting and expanding mentions from ChatNotifier (#20290) 2023-02-16 19:55:18 +04:00
public
spec DEV: Use service objects for chat thread lookup (#20276) 2023-02-16 19:17:26 +01:00
test/javascripts DEV: adds is-new-user and primary group class (#20322) 2023-02-16 17:17:16 +01:00
plugin.rb DEV: Use service objects for chat thread lookup (#20276) 2023-02-16 19:17:26 +01: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.