discourse/plugins/chat/app/models/chat
Osama Sayegh 530f2f13af
FIX: Make the 'Keep Message Deleted' reviewable option work (#32345)
When a flagged chat message has already been deleted, we offer an option
in the review queue to agree with the flag and keep the message deleted.
However, this option is currently broken due to a missing implementation
for the option.

Internal topic: t/152203.
2025-04-17 07:35:08 +03:00
..
all_mention.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
category_channel.rb PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
channel.rb FIX: Error when leaving group DM channel (#31537) 2025-02-27 14:26:07 +10:00
channel_archive.rb DEV: add maxlength to additional chat text columns (#23505) 2023-09-12 14:52:50 +08:00
channel_custom_field.rb FEATURE: add custom fields to chat (channel/message/thread) (#29504) 2024-11-01 09:12:19 +11:00
direct_message.rb FEATURE: Allow admins to access group chats (#31440) 2025-03-03 09:20:13 +08:00
direct_message_channel.rb FIX: Error when leaving group DM channel (#31537) 2025-02-27 14:26:07 +10:00
direct_message_user.rb
draft.rb
group_mention.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
here_mention.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
incoming_webhook.rb FEATURE: Allow chat incoming webhooks to work without .json extension (#31497) 2025-02-25 15:04:57 +00:00
mention.rb DEV: Drop user_id from chat_mentions (#25022) 2024-04-11 18:50:29 +04:00
mention_notification.rb DEV: Drop old notification id columns (#28550) 2024-10-15 11:58:57 +03:00
message.rb DEV: skip watch word when message is created by bots (#31959) 2025-03-31 20:09:04 +02:00
message_custom_field.rb FEATURE: add custom fields to chat (channel/message/thread) (#29504) 2024-11-01 09:12:19 +11:00
message_interaction.rb DEV: adds blocks support to chat messages (#29782) 2024-11-19 07:07:58 +01:00
message_reaction.rb DEV: add maxlength to additional chat text columns (#23505) 2023-09-12 14:52:50 +08:00
message_revision.rb DEV: add maxlength limits to chat messages and revisions (#23530) 2023-09-12 18:02:04 +08:00
null_message.rb FIX: build chat message excerpt for thread preview (#26765) 2024-04-26 14:29:35 +08:00
null_user.rb FIX: ensures an empty last message won't cause errors (#23647) 2023-09-25 12:43:04 +02:00
reviewable_message.rb FIX: Make the 'Keep Message Deleted' reviewable option work (#32345) 2025-04-17 07:35:08 +03:00
separate_sidebar_mode_site_setting.rb FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
thread.rb FEATURE: add custom fields to chat (channel/message/thread) (#29504) 2024-11-01 09:12:19 +11:00
thread_custom_field.rb FEATURE: add custom fields to chat (channel/message/thread) (#29504) 2024-11-01 09:12:19 +11:00
threads_view.rb UI: refines thread list item (#23207) 2023-08-24 18:45:20 +02:00
tracking_state_report.rb FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
user_chat_channel_membership.rb DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
user_chat_thread_membership.rb FEATURE: encourage users to set chat thread titles (#26617) 2024-04-29 17:20:01 +08:00
user_mention.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
webhook_event.rb