docs: note mention wins in single-category guild channel pool (v0.8.136)
Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -135,6 +135,8 @@ Primary consumer: `apps/pearcord/index.js` sidecar reading pear-pipe JSON.
|
|||||||
|
|
||||||
**v0.8.115:** `loadGuild` / `_openGuild` clears stale `activeChannelId`, then `_selectGuildChannelWithUnread` picks mention-weighted unread channels before falling back to the first text channel. `setSearch` records `searchRecentByGuild` in user prefs. View: `searchRecentQueries`.
|
**v0.8.115:** `loadGuild` / `_openGuild` clears stale `activeChannelId`, then `_selectGuildChannelWithUnread` picks mention-weighted unread channels before falling back to the first text channel. `setSearch` records `searchRecentByGuild` in user prefs. View: `searchRecentQueries`.
|
||||||
|
|
||||||
|
**v0.8.136:** In a single-category unread pool, mention-weighted score (`mentions × 1000 + unread`) beats a lower-position channel with equal plain unread. Smoke: `test:guild-mention-single-category-pick`.
|
||||||
|
|
||||||
**v0.8.135:** When all unread channels share one `parentId`, `_selectGuildChannelWithUnread` limits the pool to that category before position/score tie-breaks. Smoke: `test:guild-single-category-pool`.
|
**v0.8.135:** When all unread channels share one `parentId`, `_selectGuildChannelWithUnread` limits the pool to that category before position/score tie-breaks. Smoke: `test:guild-single-category-pool`.
|
||||||
|
|
||||||
**v0.8.134:** Uncategorized (`parentId` empty) and category buckets compete by total unread score; uncategorized totals can beat a lower-total category. Smoke: `test:guild-uncategorized-bucket-pick`.
|
**v0.8.134:** Uncategorized (`parentId` empty) and category buckets compete by total unread score; uncategorized totals can beat a lower-total category. Smoke: `test:guild-uncategorized-bucket-pick`.
|
||||||
|
|||||||
Reference in New Issue
Block a user