discourse/plugins/chat
Bianca Nenciu 8016fcab33
DEV: Drop old notification id columns (#28550)
The `id` column of `notifications` table and `notification_id` columns
of the other tables have been migrated to bigint in previous commits
(for example, 799a45a).

In order to run the migrations with zero downtime, the data had to be
copied to new columns and swapped, but the old columns have been kept
to allow for rollback. They are no longer needed now.
2024-10-15 11:58:57 +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: Drop old notification id columns (#28550) 2024-10-15 11:58:57 +03:00
assets UX: prevent unread indicator from shrinking in flexbox (#29207) 2024-10-15 10:08:45 +02:00
config Update translations (#29123) 2024-10-08 20:21:43 +02:00
db DEV: Drop old notification id columns (#28550) 2024-10-15 11:58:57 +03:00
lib FIX: trashed channel thread view bug (#29192) 2024-10-14 17:45:50 +04:00
public
spec FIX: trashed channel thread view bug (#29192) 2024-10-14 17:45:50 +04: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.