mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:39:43 +08:00
**Previously**, the enter/meta+enter send shortcut was a chat-only preference (`chat_send_shortcut`), so chat-style composers in other plugins — like AI bot conversations — always sent on Enter with no way to insert a newline. **In this update**, promoted it to a core `send_shortcut` user option on the Interface preferences page, honored by the chat composer, the core docked composer, and AI bot conversations. The `chat_send_shortcut` column is backfilled into `send_shortcut` post-deploy and kept (ignored) for now, mirroring the `push_notification_level` promotion; the column drop, the serializer compatibility alias removal, and the `plugin_manifest.yml` cleanup land in a follow-up PR. | Before | After | | --- | --- | |  |  | |
||
|---|---|---|
| .. | ||
| 20260112082200_drop_reviewable_action_logs.rb | ||
| 20260311064518_clean_existing_tag_localization_names.rb | ||
| 20260319054730_delete_redundant_everyone_posting_review_groups.rb | ||
| 20260319054731_drop_permission_from_category_posting_review_groups.rb | ||
| 20260330161714_drop_pinned_post_number_from_nested_topics.rb | ||
| 20260422135650_strip_upload_label_escapes.rb | ||
| 20260512061336_convert_reporting_improvements_everyone_to_staff.rb | ||
| 20260601043020_rename_anonymous_auto_group_to_anonymous_users.rb | ||
| 20260602104726_recalculate_topic_counters_without_small_actions.rb | ||
| 20260603115312_remove_admin_dashboard_sections_setting.rb | ||
| 20260607161322_move_unified_new_setting_from_groups.rb | ||
| 20260624140945_ensure_unique_flag_name_keys.rb | ||
| 20260629081606_remove_reporting_improvements_setting.rb | ||
| 20260702102111_remove_create_revision_on_bulk_topic_moves_setting.rb | ||
| 20260707184150_backfill_push_notification_level.rb | ||
| 20260721122254_remove_rich_editor_setting.rb | ||
| 20260728162521_backfill_send_shortcut.rb | ||