discourse/plugins/chat
Loïc Guitaut 1377186d38 DEV: Refactor chat channel fetching
This is extracted from #22390.

This patch introduces a scope to avoid duplication and a new method,
`Chat::Channel.find_by_id_or_slug` to allow finding a channel either by
its id or by its slug (or its category slug).
2023-07-27 11:55:17 +02:00
..
app DEV: Refactor chat channel fetching 2023-07-27 11:55:17 +02:00
assets FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00
config FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00
db DEV: Promote historic post_deploy migrations 2023-07-26 10:36:37 +02:00
lib DEV: Refactor chat channel fetching 2023-07-27 11:55:17 +02:00
public
spec DEV: Refactor chat channel fetching 2023-07-27 11:55:17 +02: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.