Skip to content
Snippets Groups Projects
Unverified Commit 5d3850b0 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Port `EventInternalMetadata` class to Rust (#16782)


There are a couple of things we need to be careful of here:

1. The current python code does no validation when loading from the DB,
so we need to be careful to ignore such errors (at least on jki.re there
are some old events with internal metadata fields of the wrong type).
2. We want to be memory efficient, as we often have many hundreds of
thousands of events in the cache at a time.

---------

Co-authored-by: default avatarQuentin Gliech <quenting@element.io>
parent 81b1c562
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment