discourse/plugins/chat/spec/models/chat
Martin Brennan 09223e5ae7
DEV: Remove enable_experimental_hashtag_autocomplete logic (#22820)
This commit removes any logic in the app and in specs around
enable_experimental_hashtag_autocomplete and deletes some
old category hashtag code that is no longer necessary.

It also adds a `slug_ref` category instance method, which
will generate a reference like `parent:child` for a category,
with an optional depth, which hashtags use. Also refactors
PostRevisor which was using CategoryHashtagDataSource directly
which is a no-no.

Deletes the old hashtag markdown rule as well.
2023-08-08 11:18:55 +10: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
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