fix: Correct roomuserid_lastnotificationread table alias #2037

Merged
Aranjedeath merged 1 commit from eleboucher/continuwuity:fix/notification-count-table-alias into main 2026-07-24 01:13:42 +00:00

1 commit

Author SHA1 Message Date
933c557bb6
fix: Correct roomuserid_lastnotificationread table alias
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Check changed files (pull_request) Successful in 5s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m3s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 8m42s
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 8s
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-23 19:31:08 +02:00