discourse/plugins/chat
Bianca Nenciu 33a4ab13b5
DEV: Set bigint sequences to start at MAX_INT (#28961)
This helps uncover issues with bigint columns that are joined with int
columns. It also introduces a temporary API for plugins to migrate int
columns to bigint in test environment to make tests pass.
2024-10-10 19:28:45 +03:00
..
admin/assets/javascripts UX: Automatically collapse admin page header buttons on mobile (#29040) 2024-10-08 08:28:32 +10:00
app DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
assets UX: chat index flex issues (#29157) 2024-10-10 12:55:08 +02:00
config Update translations (#29123) 2024-10-08 20:21:43 +02:00
db DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
lib DEV: Set bigint sequences to start at MAX_INT (#28961) 2024-10-10 19:28:45 +03:00
public DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec DEV: Set bigint sequences to start at MAX_INT (#28961) 2024-10-10 19:28:45 +03:00
test/javascripts DEV: cleanup chat desktop notification data (#28943) 2024-10-03 12:43:17 +04:00
plugin.rb FIX: adds post_quote as placeholder (#29083) 2024-10-08 21:55:11 +09: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.