discourse/plugins/chat/spec
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
..
components/chat FIX: delayed chat summary email (#31255) 2025-02-24 14:25:52 +04:00
fabricators FIX: delayed chat summary email (#31255) 2025-02-24 14:25:52 +04:00
integration UX: Remove loading="lazy" from avatars for improved UX (#30897) 2025-01-21 14:06:45 +00:00
jobs FIX: Allow oneboxes with no description (#31518) 2025-02-26 13:16:51 +10:00
lib FIX: exclude bots of inaccessible/unreachable mentions (#31458) 2025-02-25 10:19:51 +01:00
mailers FIX: delayed chat summary email (#31255) 2025-02-24 14:25:52 +04:00
models UX: Remove loading="lazy" from avatars for improved UX (#30897) 2025-01-21 14:06:45 +00:00
queries/chat FIX: stuck notification for mentions within threads (#30546) 2025-01-06 17:26:37 +04:00
requests FEATURE: Allow chat incoming webhooks to work without .json extension (#31497) 2025-02-25 15:04:57 +00:00
serializer Build(deps-dev): Bump mocha from 2.6.1 to 2.7.1 (#30189) 2025-01-06 12:33:05 +01:00
services FEATURE: Allow admins to remove users from chat DMs (#31366) 2025-02-20 15:16:57 +08:00
support FIX: serializes interaction for direct messages (#29844) 2024-11-20 11:26:12 +01:00
system FEATURE: Type reactions in chat (#31439) 2025-02-21 17:43:28 +11:00
validators FIX: Remove chat default channel setting (#28170) 2024-07-31 14:12:10 -03:00
plugin_helper.rb FIX: remove complicated 'chat_duplicate_message_sensitivity' site setting (#30516) 2025-01-13 12:32:51 +01:00
plugin_spec.rb FEATURE: Chat thread inline oneboxes (#30834) 2025-01-20 10:08:38 +10:00