06db8e36e4ee903dce75747f54d02742850d4972
Clean up the codebase by removing unused and deprecated unread count functionality in `ConversationCache` and associated Redis key generators. This follows the transition to sequence-based unread calculation. - Remove `IncrementUnread`, `ClearUnread`, `GetUnreadCountFromHash`, `GetAllUnreadCounts`, and `GetTotalUnread` from `ConversationCache`. - Remove `PrefixUnreadHash` and `PrefixUnreadTotal` constants and `UnreadHashKey`/`UnreadTotalKey` helper functions. - Remove unused `isValidContentType` helper in `MessageHandler`.
Description
No description provided
Languages
Go
99.8%