0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/chat
Joffrey JAFFEUX e3f0320395
FIX: uses overflow hidden body on iOS (#36248)
This hack improves behavior on iOS and should for example limit body
scrolling when doing text selection.
2025-11-26 11:47:53 +01:00
..
admin/assets/javascripts DEV: Update lint-config and apply autofixes (#35991) 2025-11-12 14:48:49 +01:00
app FIX: redis.setex() expects seconds parameter not DateTime (#36238) 2025-11-25 15:47:41 -08:00
assets FIX: uses overflow hidden body on iOS (#36248) 2025-11-26 11:47:53 +01:00
config Update translations (#36158) 2025-11-24 17:50:13 +01:00
db FEATURE: Add full-text search for chat messages (#34704) 2025-10-22 11:30:35 +02:00
lib FIX: update chat summary preference link in email (#36189) 2025-11-24 10:40:49 +04:00
public DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec A11Y: add aria-label to automatically generated heading anchor links in posts (#36232) 2025-11-25 18:29:20 -05:00
test/javascripts DEV: Update lint-config and apply autofixes (#35991) 2025-11-12 14:48:49 +01:00
about.json DEV: Only load specific plugin bundles during qunit test (#33678) 2025-07-21 21:00:48 +01:00
package.json DEV: Overhaul typechecking configuration (#35794) 2025-11-12 12:54:34 +00:00
plugin.rb DEV: Remove obsolete feature checks (#36175) 2025-11-23 20:57:46 +01:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
tsconfig.json DEV: Overhaul typechecking configuration (#35794) 2025-11-12 12:54:34 +00: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.