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
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.
172 B
172 B
Fixed roomuserid_lastnotificationread being aliased to the highlight count table, which clobbered highlight counts when setting a read marker. Contributed by @eleboucher