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

refactor: Do not handle ephemerals as EventUpdates #1984

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

krille-chan
Copy link
Contributor

This handles room ephemerals
directly and not as room
event updates, which saves
one unnecessary step to json serialize and
deserialize. Handling those
as room event updates had
no benefit anyway so this
should speed up performance.

@krille-chan krille-chan requested a review from a team as a code owner December 30, 2024 09:02
Copy link
Contributor

@coder-with-a-bushido coder-with-a-bushido left a comment

Choose a reason for hiding this comment

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

LGTM :)

This handles room ephemerals
directly and not as room
event updates, which saves
one unnecessary step to json serialize and
deserialize. Handling those
as room event updates had
no benefit anyway so this
should speed up performance.
@krille-chan krille-chan force-pushed the krille/make-ephemerals-dont-event-updates branch from 6ce10fa to 9fc7f4a Compare December 30, 2024 10:39
@krille-chan krille-chan merged commit 8f783f6 into main Dec 30, 2024
12 checks passed
@krille-chan krille-chan deleted the krille/make-ephemerals-dont-event-updates branch December 30, 2024 10:41
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