discourse/plugins/chat
Joffrey JAFFEUX 88eb96b315
DEV: sets an icon_upload_id on a channel (#29566)
There's no UI for it at the moment but when creating a channel or updating it, it's now possible to pass `icon_upload_id` as param. This will be available on the channel as `icon_upload_url`.
2024-11-04 17:19:44 +09:00
..
admin/assets/javascripts UX: Consistent styling for admin tables on mobile (#29360) 2024-10-23 16:26:21 -06:00
app DEV: sets an icon_upload_id on a channel (#29566) 2024-11-04 17:19:44 +09:00
assets DEV: sets an icon_upload_id on a channel (#29566) 2024-11-04 17:19:44 +09:00
config Update translations (#29467) 2024-10-29 15:31:41 +01:00
db DEV: sets an icon_upload_id on a channel (#29566) 2024-11-04 17:19:44 +09:00
lib DEV: sets an icon_upload_id on a channel (#29566) 2024-11-04 17:19:44 +09:00
public
spec DEV: sets an icon_upload_id on a channel (#29566) 2024-11-04 17:19:44 +09:00
test/javascripts DEV: Convert more equal assertions (#29554) 2024-11-03 21:04:38 +01:00
plugin.rb DEV: start/stop reply implementation (#29542) 2024-11-04 08:14:35 +11: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.