discourse/plugins/chat
Martin Brennan ed1543455d
FIX: Allow oneboxes with no description (#31518)
This behaviour was allowed in
cb82dce86a
but then inexplicably removed a few months later in
https://github.com/discourse/onebox/pull/448, but showing
title-only oneboxes is valid. The original Meta topic that
this was discussed in was
https://meta.discourse.org/t/abc-news-not-oneboxing-due-to-missing-description/155933
.

This commit re-introduces allowing this behaviour to avoid the need for
a plugin,
c.f. https://meta.discourse.org/t/allow-title-only-onebox/354306

For example
<https://en-americas-support.nintendo.com/app/answers/detail/a_id/67660>

This commit also unhides onebox descriptions in chat, it's not
clear why they were ever hidden in the first place
2025-02-26 13:16:51 +10:00
..
admin/assets/javascripts DEV: add btn-default classes to buttons using default styling (#31039) 2025-01-28 15:40:34 -05:00
app FEATURE: Allow chat incoming webhooks to work without .json extension (#31497) 2025-02-25 15:04:57 +00:00
assets FIX: Allow oneboxes with no description (#31518) 2025-02-26 13:16:51 +10:00
config FEATURE: Allow chat incoming webhooks to work without .json extension (#31497) 2025-02-25 15:04:57 +00:00
db FIX: delayed chat summary email (#31255) 2025-02-24 14:25:52 +04:00
lib FIX: exclude bots of inaccessible/unreachable mentions (#31458) 2025-02-25 10:19:51 +01:00
public DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec FIX: Allow oneboxes with no description (#31518) 2025-02-26 13:16:51 +10:00
test/javascripts DEV: Replace remaining uses of query helper (#30019) 2025-01-22 00:25:03 +01:00
plugin.rb FEATURE: Initial version of experimental admin search (#31299) 2025-02-21 11:59:24 +10: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.