mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 01:43:43 +08:00
a0f61f4a25
Prior to this fix trashed channels would still prevent a channel with the same slug to be created. This commit generates a new slug on trash and frees the slug for future usage. The format used for the slug is: `YYYYMMDD-HHMM-OLD_SLUG-deleted` truncated to the max length of a channel name. |
||
---|---|---|
.. | ||
category_chatables_controller.rb | ||
chat_channels_archives_controller.rb | ||
chat_channels_controller.rb | ||
chat_channels_current_user_membership_controller.rb | ||
chat_channels_current_user_notifications_settings_controller.rb | ||
chat_channels_memberships_controller.rb | ||
chat_channels_messages_moves_controller.rb | ||
chat_channels_status_controller.rb | ||
chat_chatables_controller.rb | ||
chat_current_user_channels_controller.rb | ||
hints_controller.rb |