-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of pinned messages includes message editing history #5751
Comments
Looks like an issue on backend, right? @paulchen |
Maybe. However, I don't know the design of the app.
Therefore, I reported the problem for the app where I observed it. As an additional information, the web version works correctly: |
gursewaktut
added a commit
to gursewaktut/Rocket.Chat.ReactNative
that referenced
this issue
Jun 28, 2024
Hi @diegolmello, I believe I have fixed this issue. screen-20240627-223109.mp4Can you assign this issue to me? and I will link the pull request to this issue. |
gursewaktut
added a commit
to gursewaktut/Rocket.Chat.ReactNative
that referenced
this issue
Jun 28, 2024
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
In the list of pinned messages for a certain channel, messages that have been edited are shown multiple times.
Environment Information:
Steps to reproduce:
Expected behavior:
Only the current version of the message is shown.
Actual behavior:
Both the current and the old version of the message are shown.
pinned-messages-issue.mp4
Additional context:
Apparently, the app (or Rocket.Chat's backend API) lacks a condition to filter out old revisions of messages.
An item of the message editing history contains the keys
parent
andhidden
which may be used for such a condition:The current revision of the message does not include these keys:
The text was updated successfully, but these errors were encountered: