Skip to main content

split_conduit_highlight_counts

Function split_conduit_highlight_counts 

Source
async fn split_conduit_highlight_counts(services: &Services) -> Result
Expand description

Splits a Conduit database’s conflated highlight-count column once. Conduit aliased roomuserid_lastnotificationread onto the userroomid_highlightcount tree, so one column holds both stores; tuwunel keeps them apart. Gated on its own marker; the split itself returns early unless a room-keyed row is present, so it is a cheap no-op on a native database.