continuwuity/changelog.d/+a3260bd06.bugfix.md
Erwan Leboucher 4727f07e26
Some checks failed
Checks / Prek / Check changed files (push) Successful in 5s
Documentation / Build and Deploy Documentation (push) Successful in 1m5s
Checks / Prek / Pre-commit & Formatting (push) Successful in 2m36s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 9m42s
Release Docker Image / Build linux-amd64 (release) (push) Failing after 2m33s
Release Docker Image / Build linux-arm64 (release) (push) Successful in 11m47s
Release Docker Image / Create Multi-arch Release Manifest (push) Has been skipped
Release Docker Image / Build linux-amd64 (max-perf) (push) Has been skipped
Release Docker Image / Build linux-arm64 (max-perf) (push) Has been skipped
Release Docker Image / Create Max-Perf Manifest (push) Has been skipped
Release Docker Image / Mirror Images (push) Has been skipped
Release Docker Image / Release Binaries (push) Has been skipped
fix: Correct roomuserid_lastnotificationread table alias
roomuserid_lastnotificationread was mapped to userroomid_highlightcount
instead of its own table, so last_notification_read() read the highlight
count and reset_notification_counts clobbered the highlight table when
setting a read marker. Add the missing table definition and fix the alias.
2026-07-24 01:13:42 +00:00

172 B

Fixed roomuserid_lastnotificationread being aliased to the highlight count table, which clobbered highlight counts when setting a read marker. Contributed by @eleboucher