discourse/plugins/chat/app/serializers/chat
Martin Brennan 58c8f91d9a
DEV: Use same excerpt everywhere in chat (#22319)
Followup to c6b43ce68b

We can just use the rich excerpt everywhere since we know
we don't need text_entities -- that introduced security issues
just to fix a spec.
2023-06-29 09:20:20 +10:00
..
admin_chat_index_serializer.rb
base_channel_membership_serializer.rb DEV: Rearchitect chat tracking state (#21550) 2023-05-16 14:51:13 +02:00
base_thread_membership_serializer.rb FEATURE: Allow users to manually track threads without replying (#22100) 2023-06-16 12:08:26 +10:00
channel_index_serializer.rb
channel_search_serializer.rb
channel_serializer.rb FIX: Don't autojoin users when they have ready-only permissions (#20213) 2023-05-10 08:45:13 -03:00
direct_message_serializer.rb DEV: converts models to native classes (#21418) 2023-05-08 18:24:41 +02:00
in_reply_to_serializer.rb FEATURE: Improving thread list item and header (#21749) 2023-05-29 09:11:55 +02:00
incoming_webhook_serializer.rb
message_serializer.rb FEATURE: Thread indicator improvements and participants (#21909) 2023-06-15 10:49:27 +10:00
message_user_serializer.rb
reviewable_message_serializer.rb
structured_channel_serializer.rb DEV: Rearchitect chat tracking state (#21550) 2023-05-16 14:51:13 +02:00
thread_list_serializer.rb FEATURE: Improving thread list item and header (#21749) 2023-05-29 09:11:55 +02:00
thread_original_message_serializer.rb DEV: Use same excerpt everywhere in chat (#22319) 2023-06-29 09:20:20 +10:00
thread_preview_serializer.rb DEV: Use same excerpt everywhere in chat (#22319) 2023-06-29 09:20:20 +10:00
thread_serializer.rb FEATURE: Thread indicator improvements and participants (#21909) 2023-06-15 10:49:27 +10:00
user_channel_membership_serializer.rb
user_message_bookmark_serializer.rb
user_with_custom_fields_and_status_serializer.rb
view_serializer.rb FEATURE: Thread indicator improvements and participants (#21909) 2023-06-15 10:49:27 +10:00
webhook_event_serializer.rb