Skip to content
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

Integrate parentPostId as the place to save replied message Id #610

Merged
merged 11 commits into from
Mar 20, 2024

Conversation

teodorus-nathaniel
Copy link
Contributor

@teodorus-nathaniel teodorus-nathaniel commented Mar 19, 2024

Only use inReplyTo if the replied id is offchain id

@@ -35,6 +37,7 @@ export default function MessageStatusIndicator({

const messageStatus = getMessageStatusById(message)
const isOffchainMessageInUsualHub =
!isPersistentId(message.id) &&
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes another issue, where resend indicator appear after user edit message

@teodorus-nathaniel teodorus-nathaniel marked this pull request as draft March 20, 2024 09:45
@teodorus-nathaniel teodorus-nathaniel marked this pull request as ready for review March 20, 2024 11:45
@olehmell olehmell merged commit 1a5d0c7 into main Mar 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants