discourse/plugins/chat
Loïc Guitaut 2f334964f2 DEV: Remove hash-like access from service contracts
We decided to keep only one way to access values from a contract. This
patch thus removes the hash-like access from contracts.
2024-10-29 16:02:51 +01:00
..
admin/assets/javascripts UX: Consistent styling for admin tables on mobile (#29360) 2024-10-23 16:26:21 -06:00
app DEV: Remove hash-like access from service contracts 2024-10-29 16:02:51 +01:00
assets UX: fix emoji alignment in chat members user status (#29466) 2024-10-29 17:18:09 +04:00
config Update translations (#29467) 2024-10-29 15:31:41 +01:00
db DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
lib DEV: Provide user input to services using `params` key 2024-10-25 09:57:59 +02:00
public
spec DEV: Remove hash-like access from service contracts 2024-10-29 16:02:51 +01:00
test/javascripts DEV: use service worker for chat sound (#29388) 2024-10-29 13:15:53 +04:00
README.md
plugin.rb DEV: Provide user input to services using `params` key 2024-10-25 09:57:59 +02: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.