From 9f14e6abb6e1e518b8a72def8b943c24446643ac Mon Sep 17 00:00:00 2001 From: Clairton Rodrigo Heinzen Date: Wed, 24 Sep 2025 05:15:20 -0300 Subject: [PATCH] feat: Load reply-to messages dynamically when not present in message list (#10024) # load reply to message ## Description When replayed message is more old, not show content ## Type of change Please delete options that are not relevant. - [X] New feature (non-breaking change which adds functionality) ## How Has This Been Tested? I run in my development and production envinronment with unoapi --------- Co-authored-by: iamsivin Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Muhsin Keloth --- .../components-next/message/MessageList.vue | 70 +++++++++++++++++-- 1 file changed, 65 insertions(+), 5 deletions(-) diff --git a/app/javascript/dashboard/components-next/message/MessageList.vue b/app/javascript/dashboard/components-next/message/MessageList.vue index 4c4fe1a1d..b73b44d5a 100644 --- a/app/javascript/dashboard/components-next/message/MessageList.vue +++ b/app/javascript/dashboard/components-next/message/MessageList.vue @@ -1,8 +1,10 @@