Fix the accidentally dual-keyspaced cf from conduit.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
0df5e5e7ac
commit
7cbc2ee385
4 changed files with 14 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue