discourse/plugins/chat
Loïc Guitaut ca4af53be8 DEV: Upgrade Rails to version 7.1 (#27539)
* DEV: Upgrade Rails to 7.1

* FIX: Remove references to `Rails.logger.chained`

`Rails.logger.chained` was provided by Logster before Rails 7.1
introduced their broadcast logger. Now all the loggers are added to
`Rails.logger.broadcasts`.

Some code in our initializers was still using `chained` instead of
`broadcasts`.

* DEV: Make parameters optional to all FakeLogger methods

* FIX: Set `override_level` on Logster loggers (#27519)

A followup to f595d599dd

* FIX: Don’t duplicate Rack response

---------

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2024-06-21 09:44:06 +02:00
..
app DEV: Upgrade Rails to version 7.1 (#27539) 2024-06-21 09:44:06 +02:00
assets UX: Remove or replace button transitions with variable (#27527) 2024-06-20 19:51:20 +02:00
config Update translations (#27511) 2024-06-18 15:39:31 +02:00
db DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
lib PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00
public
spec DEV: Upgrade Rails to version 7.1 (#27539) 2024-06-21 09:44:06 +02:00
test/javascripts FIX: Don't modify FloatKitInstances arrays unless needed (#27462) 2024-06-13 12:44:38 +02:00
plugin.rb FIX: correctly load channels in chat webhooks 2024-06-10 17:30:38 +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.