discourse/plugins/chat/spec/support
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
..
api/schemas
examples FIX: Allow deletion of categories when chat channel is not present 2022-11-08 10:25:39 +01:00
api_schema_matcher.rb
chat_helper.rb