Open Spiral-Memory opened 8 months ago
@hugocostadev @dougfabris @tassoevan , I would like to work on this issue. I tried debugging the problem, but it seems like replace: true
is already being sent to the navigate function. Could you please help me understand what might be the issue then? I suspect it might be related to the navigate function itself, which could be associated with the @rocket.chat/ui-contexts
module. I am not sure; I need a little guidance to move forward with it. If you also feel that it needs to be fixed, your assistance would be greatly appreciated.
Description:
Currently, when quoting a message and sending it, the message link gets wrapped inside the time text/box, which is inappropriate behavior. It doesn't make much sense. Instead, the quoted message should be wrapped over the complete box so that if anyone clicks on that box, they will be scrolled towards that message easily.
Steps to reproduce:
Expected behavior:
Every time we jump to a message, it should replace the query parameter to go to the specific message.
Actual behavior:
The query parameter gets appended to the previous one, causing unexpected behavior.
https://github.com/RocketChat/Rocket.Chat/assets/78961432/3c45656a-2d33-43e6-a456-f61d85baef60
Server Setup Information:
Client Setup Information