discourse/plugins/chat
David Battersby 6e6dbde898
DEV: move chat time formats to core locales (#29236)
This change moves the date/time formats to core locales, so that they can be used outside of the plugin.
2024-10-16 20:10:40 +04:00
..
admin/assets/javascripts UX: Automatically collapse admin page header buttons on mobile (#29040) 2024-10-08 08:28:32 +10:00
app DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
assets DEV: move chat time formats to core locales (#29236) 2024-10-16 20:10:40 +04:00
config DEV: move chat time formats to core locales (#29236) 2024-10-16 20:10:40 +04:00
db DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
lib DEV: Allow ChatSDK.create to take extra parameters 2024-10-16 17:34:01 +02:00
public
spec FIX: trashed channel thread view bug (#29192) 2024-10-14 17:45:50 +04:00
test/javascripts DEV: Convert more test assertions to qunit-dom (#29214) 2024-10-15 17:11:20 +02: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.