discourse/plugins/chat/spec/models/chat
Joffrey JAFFEUX 2d782c7b00
FIX: correctly deletes webhook_events with webhook (#23097)
Each time a message is created through a webhook, we create we webhook_event associated to this webhook.

When destroying a webhook, we were not destroying the webhook_events which was causing orphans records and more importantly errors in the app expecting to find and associated webhook.
2023-08-15 15:36:00 +02:00
..
category_channel_spec.rb
channel_spec.rb DEV: Refactor chat channel fetching 2023-07-27 11:55:17 +02:00
deleted_chat_user_spec.rb DEV: Update the rubocop-discourse gem 2023-06-26 11:41:52 +02:00
direct_message_channel_spec.rb
direct_message_spec.rb
draft_spec.rb
incoming_webhook_spec.rb FIX: correctly deletes webhook_events with webhook (#23097) 2023-08-15 15:36:00 +02:00
message_spec.rb DEV: Remove enable_experimental_hashtag_autocomplete logic (#22820) 2023-08-08 11:18:55 +10:00
reviewable_chat_message_spec.rb
thread_spec.rb DEV: Remove experimental site setting for chat threads (#22720) 2023-07-26 12:46:23 +02:00
user_chat_thread_membership_spec.rb DEV: Create UserChatThreadMembership table and model (#21481) 2023-05-10 17:19:48 +02:00