discourse/plugins/chat
Osama Sayegh a23773f83d
DEV: Deprecate `show_in_ui` argument of the `register_stat` API (#28727)
We need to start printing deprecation notices when the `show_in_ui` argument is used because it works only for the old about page which will be removed soon. For the new about page, we've introduced a new API `addAboutPageActivity` which is more flexible than a true/false argument on the server side.

Internal topic: t/136551.
2024-09-04 19:58:14 +03:00
..
app UX: Update Chat Group Name and Placeholder (#28703) 2024-09-04 15:52:23 +10:00
assets DEV: Deprecate `show_in_ui` argument of the `register_stat` API (#28727) 2024-09-04 19:58:14 +03:00
config UX: Update Chat Group Name and Placeholder (#28703) 2024-09-04 15:52:23 +10:00
db DEV: Migrate `Chat::NotificationMention#notification_id` to `bigint` (#28571) 2024-08-27 14:57:16 +03:00
lib FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
public
spec UX: Update Chat Group Name and Placeholder (#28703) 2024-09-04 15:52:23 +10:00
test/javascripts UX: Update Chat Group Name and Placeholder (#28703) 2024-09-04 15:52:23 +10:00
README.md
plugin.rb DEV: Deprecate `show_in_ui` argument of the `register_stat` API (#28727) 2024-09-04 19:58:14 +03:00

README.md

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.