-
Notifications
You must be signed in to change notification settings - Fork 79
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
Pinned message popup does not display edited messages #16639
Labels
Milestone
Comments
jrainville
added a commit
to status-im/status-go
that referenced
this issue
Dec 5, 2024
Found when fixing status-im/status-desktop#16639 When a message is deleted, we need to delete the pins too as they are no longer available. I also made sure the SELECT query for the pins doesn't return deleted messages
2 tasks
jrainville
added a commit
to status-im/status-go
that referenced
this issue
Dec 5, 2024
Found when fixing status-im/status-desktop#16639 When a message is deleted, we need to delete the pins too as they are no longer available. This was done using an ON DELETE clause (thanks @osmaczko) I also made sure the SELECT query for the pins doesn't return deleted messages
jrainville
added a commit
to status-im/status-go
that referenced
this issue
Dec 12, 2024
Found when fixing status-im/status-desktop#16639 When a message is deleted, we need to delete the pins too as they are no longer available. This was done using an ON DELETE clause (thanks @osmaczko) I also made sure the SELECT query for the pins doesn't return deleted messages
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Description
If a message is edited after it is pinned the edit is not displayed in the pinned message pop up.
Steps to reproduce
Expected behavior
Edits are displayed in the pinned message pop up
Additional Information
The text was updated successfully, but these errors were encountered: