Initially, the chat_mention db table was created to support notifications. So when creating
a `chat_mention` record we were always creating a related `notification` record. So did the
ChatMention fabricator.
Now we want to use the chat_mention db table in other scenarios. So we started decoupling
mentions from notification in
|
||
|---|---|---|
| .. | ||
| category_channel_spec.rb | ||
| category_spec.rb | ||
| chat_channel_spec.rb | ||
| chat_draft_spec.rb | ||
| chat_message_spec.rb | ||
| deleted_chat_user_spec.rb | ||
| direct_message_channel_spec.rb | ||
| direct_message_spec.rb | ||
| reviewable_chat_message_spec.rb | ||
| user_spec.rb | ||