discourse/plugins/chat/lib/extensions
Loïc Guitaut 01392ab90c FIX: Delete associated channel upon category deletion
Currently when a category is deleted, if it has an associated chat
channel, the latter won’t be deleted automatically.

The fix is quite simple as we were simply missing a `dependent:
:destroy` option on the existing relation.
2022-11-22 10:04:29 +01:00
..
category_extension.rb FIX: Delete associated channel upon category deletion 2022-11-22 10:04:29 +01:00
user_email_extension.rb
user_extension.rb
user_notifications_extension.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
user_option_extension.rb