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

web: fix issue with sending DM replies #3631

Merged
merged 3 commits into from
Jun 17, 2024

Conversation

patosullivan
Copy link
Member

Fixes TLON-2107. We were attempting to use time (which is null when we create a new reply) as a key for optimistically adding a new reply on a parent message. We used to use sent on memo to do this (not sure why this changed), reverting back to using memo.sent here fixes the issue.

Copy link

linear bot commented Jun 17, 2024

@patosullivan patosullivan requested a review from arthyn June 17, 2024 20:33
Copy link
Member

@arthyn arthyn left a comment

Choose a reason for hiding this comment

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

lgtm

@patosullivan patosullivan merged commit e20025b into develop Jun 17, 2024
1 check passed
@patosullivan patosullivan deleted the po/tlon-2107-fix-unable-to-start-dm-thread branch June 17, 2024 20:37
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