mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 18:33:52 +08:00
fbd24fa6ae
This PR is a reworked version of https://github.com/discourse/discourse/pull/24670.
In chat, we need the ability to have several notifications per `chat_mention`.
Currently, we have one_to_one relationship between `chat_mentions` and `notifications`:
|
||
---|---|---|
.. | ||
20230116090324_drop_chat_drafts_over_max_length.rb | ||
20230123025112_move_chat_uploads_to_upload_references_post.rb | ||
20230227172543_make_chat_mention_notification_id_nullable.rb | ||
20230403012844_drop_chat_uploads.rb | ||
20230411023340_update_thread_reply_counts.rb | ||
20230710040640_backfill_chat_channel_and_thread_last_message_ids_post_migrate.rb | ||
20231214180002_update_relationship_between_chat_mentions_and_notifications_post_migrate.rb |