Fix the accidentally dual-keyspaced cf from conduit.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-10-22 07:03:10 +00:00
parent 0df5e5e7ac
commit 7cbc2ee385
4 changed files with 14 additions and 1 deletions

View File

@@ -200,6 +200,10 @@ pub(super) static MAPS: &[Descriptor] = &[
name: "roomuserid_lastprivatereadupdate",
..descriptor::RANDOM_SMALL
},
Descriptor {
name: "roomuserid_lastnotificationread",
..descriptor::RANDOM_SMALL
},
Descriptor {
name: "roomuserid_leftcount",
val_size_hint: Some(8),