0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
discourse/plugins/chat
Jarek Radosz 6457c9bfda
UX: Tweak chat's mark-as-read conditions (#40646)
1. lower the read-time threshold from 1s to 0.5s
2. trigger read state when within 10px from the bottom (up from 1px)
2026-06-08 15:09:30 +02:00
..
admin/assets/javascripts DEV: Consolidate reusable components into ui-kit (#38703) 2026-05-11 18:07:36 -03:00
app FIX: Don't auto-remove chat members from logged_in_users group (#40543) 2026-06-03 18:15:32 +02:00
assets UX: Tweak chat's mark-as-read conditions (#40646) 2026-06-08 15:09:30 +02:00
config I18N: Update translations (#40563) 2026-06-04 23:05:44 +02:00
db FIX: Recreate missing user_chat_channel_memberships for DMs (#40560) 2026-06-04 09:09:39 +02:00
lib Revert "FIX: Existing DM sends bypass direct-message group restrictions (#40405)" (#40561) 2026-06-04 15:00:45 +08:00
public
spec DEV: Fix a chat drawer spec (#40613) 2026-06-05 17:17:53 +02:00
test/javascripts FIX: Id collisions in member-selector (#40576) 2026-06-04 16:34:41 +02:00
about.json DEV: Only load specific plugin bundles during qunit test (#33678) 2025-07-21 21:00:48 +01:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +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.