discourse/plugins/chat/spec
Régis Hanol 5d33ea1f6e FIX: correctly load channels in chat webhooks
In 4e7a75a7ec, we moved to a single admin plugin page and added a few fields to the "plugin serializer" but we already had a proper route with the correct serializers to properly load channels.

This fixes it by removing the "add_to_serializer" calls and changed the calls to "/admin/plugins/chat.json" to the proper "/admin/plugins/chat/hooks.json" route.

Meta - https://meta.discourse.org/t/names-are-missing-from-list-when-creating-new-chat-channel-webhooks/308481
2024-06-10 17:30:38 +02:00
..
components/chat PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00
fabricators PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00
integration PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
jobs FIX: correctly handle notifications for channels (#27178) 2024-05-24 19:59:24 +02:00
lib DEV: Use site setting mandatory_values for chat allowed groups (#26994) 2024-05-13 14:38:26 +10:00
mailers PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00
models FIX: correct in_thread? message logic (#27151) 2024-05-23 11:08:55 +02:00
policies/chat/channel DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
queries/chat DEV: adds first_messages/last_messages to thread SDK (#26861) 2024-05-03 17:30:39 +02:00
requests FIX: correctly load channels in chat webhooks 2024-06-10 17:30:38 +02:00
serializer DEV: bots are always allowed to chat (#26948) 2024-05-09 12:05:31 +02:00
services FIX: chat direct message group user limit is off by 1 (#27014) 2024-06-03 12:11:49 +04:00
support DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
system FEATURE: load chat channel settings within drawer (#27346) 2024-06-06 14:01:09 +04:00
validators DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
plugin_helper.rb PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
plugin_spec.rb FIX: correctly load channels in chat webhooks 2024-06-10 17:30:38 +02:00