mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 17:53:41 +08:00
69c7df2e56
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
|
||
---|---|---|
.. | ||
chat_mailer_spec.rb | ||
chat_message_creator_spec.rb | ||
chat_message_rate_limiter_spec.rb | ||
chat_message_updater_spec.rb | ||
chat_seeder_spec.rb |