discourse/plugins/chat
Osama Sayegh db6eff7be9
DEV: Allow custom site activity items in the new /about page (#28400)
This commit introduces a new frontend API to add custom items to the "Site activity" section in the new /about page. The new API is called `addAboutPageActivity` and it works along side the `register_stat` serve-side API which serializes the data that the frontend API consumes. More details of how the two APIs work together is in the JSDoc comment above the API function definition.

Internal topic: t/128545/9.
2024-08-20 16:16:05 +03:00
..
app PERF: automatically join users to channels more efficiently (#28392) 2024-08-16 13:58:12 +10:00
assets DEV: Allow custom site activity items in the new /about page (#28400) 2024-08-20 16:16:05 +03:00
config DEV: Allow custom site activity items in the new /about page (#28400) 2024-08-20 16:16:05 +03:00
db DEV: Promote historic post_deploy migrations (#28128) 2024-07-30 01:14:03 +08:00
lib DEV: better highlighting of mentions (#28403) 2024-08-20 14:37:28 +02:00
public
spec DEV: Allow custom site activity items in the new /about page (#28400) 2024-08-20 16:16:05 +03:00
test/javascripts DEV: Fix random typos (#28103) 2024-07-26 23:13:12 +02:00
README.md
plugin.rb DEV: Allow custom site activity items in the new /about page (#28400) 2024-08-20 16:16:05 +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.