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 78be44e9c1 UX: makes chat html/body fixed on mobile
This should prevent various glitches on iOS at the cost of losing pull to refresh.
2024-12-05 15:43:28 +01:00
..
admin/assets/javascripts DEV: Correctly lint bundled plugins admin directory (#29999) 2024-12-02 16:31:21 +00:00
app DEV: Apply new Rubocop linting on services 2024-12-02 17:31:36 +01:00
assets UX: makes chat html/body fixed on mobile 2024-12-05 15:43:28 +01:00
config Update translations (#30062) 2024-12-04 11:59:28 +01:00
db DEV: Make sure chat migration is in plugin directory (#29867) 2024-11-20 14:50:15 -07:00
lib PERF: Optimize query for finding users with unread chat messages (#29964) 2024-11-28 15:28:37 +01:00
public
spec DEV: Fix random typos (#30023) 2024-12-02 07:34:05 +08:00
test/javascripts DEV: Use qunit-dom's hasValue wherever possible (#30018) 2024-12-01 20:37:24 +01:00
plugin.rb UX: makes chat html/body fixed on mobile 2024-12-05 15:43:28 +01: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.