discourse/plugins/chat
Joffrey JAFFEUX c4de8565ec
FIX: flakey due to 0 width/height images (#29700)
https://github.com/mainmatter/qunit-dom/blob/master/API.md#isvisible will return true if offsetWidth or offsetHeight are zero which could happen in this case as the test could run before the image has loaded. By forcing a minimum height in the test we ensure it will be consistent.
2024-11-11 17:23:19 +09:00
..
admin/assets/javascripts UX: Consistent styling for admin tables on mobile (#29360) 2024-10-23 16:26:21 -06:00
app FIX: supports escape sequence in chat (#29659) 2024-11-08 15:28:50 +09:00
assets UX: update chat channel sorting to include unread threads (#29617) 2024-11-08 12:31:03 +04:00
config Update translations (#29595) 2024-11-05 16:55:45 +01:00
db DEV: Fix mismatched column types (#29477) 2024-11-06 20:00:40 +02:00
lib DEV: sets an icon_upload_id on a channel (#29566) 2024-11-04 17:19:44 +09:00
public
spec UX: update chat channel sorting to include unread threads (#29617) 2024-11-08 12:31:03 +04:00
test/javascripts FIX: flakey due to 0 width/height images (#29700) 2024-11-11 17:23:19 +09:00
plugin.rb FIX: Chat uploads over-secured in some situations (#29586) 2024-11-05 15:56:30 +10: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.