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

fix: crash with replies to messages containing mentions #96

Merged
merged 1 commit into from
Feb 8, 2025

Conversation

Era-Dorta
Copy link
Collaborator

@Era-Dorta Era-Dorta commented Feb 8, 2025

The format of the mentions is not the same when sending and receiving messages. When receiving, the dictionary contains, name, number, uuid, start and length. When sending, it should contain author, start and length. The fix is to assign the uuid to the author.

This PR closes #91

@Era-Dorta Era-Dorta merged commit 4c77581 into master Feb 8, 2025
2 checks passed
@Era-Dorta Era-Dorta deleted the reply-mentions branch February 8, 2025 21:54
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.

Replying to a message with a mention causes an exception
1 participant