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

Expand Echo Search #714

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Expand Echo Search #714

merged 1 commit into from
Jan 24, 2025

Conversation

andymandias
Copy link
Collaborator

Increases the search time interval when inserting an echo (message sent by the user received from the server) into message history. This is to help address the duplicate messages issue discussed in #709.

Copy link
Member

@casperstorm casperstorm left a comment

Choose a reason for hiding this comment

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

Looks good to me

@andymandias andymandias merged commit 6f50724 into main Jan 24, 2025
1 check passed
@andymandias andymandias deleted the expand-echo-search branch January 24, 2025 16:46
Comment on lines -158 to +159
Received,
/// is_echo
Received(bool),
Copy link
Member

Choose a reason for hiding this comment

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

@andymandias This breaks history. All my messages got deleted :(

We need to make sure we add things in a backwards compatible way

This means we need a custom De-serialize implementation for Direction

tarkah added a commit that referenced this pull request Jan 24, 2025
This reverts commit 6f50724, reversing
changes made to 49b491e.
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.

3 participants