discourse/plugins/chat/spec/lib
Loïc Guitaut 9c482a645c FIX: Allow deletion of categories when chat channel is not present
Currently it’s not possible to delete a category if an associated chat
channel is present even if there are no messages in this channel.
This can lead to annoying situations for our users.

This patch addresses the issue by checking if the channel is empty
instead of just checking if there is a channel.
2022-11-08 10:25:39 +01:00
..
chat_channel_archive_service_spec.rb
chat_channel_fetcher_spec.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
chat_channel_membership_manager_spec.rb
chat_message_bookmarkable_spec.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
chat_message_reactor_spec.rb
chat_notifier_spec.rb
chat_review_queue_spec.rb FIX: Add editing user ids to ChatMessage and ChatMessageRevision (#18877) 2022-11-07 09:04:47 +10:00
chat_statistics_spec.rb
chat_transcript_service_spec.rb
direct_message_channel_creator_spec.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
duplicate_message_validator_spec.rb
guardian_extensions_spec.rb FIX: Allow deletion of categories when chat channel is not present 2022-11-08 10:25:39 +01:00
message_mover_spec.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
post_notification_handler_spec.rb
slack_compatibility_spec.rb