mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
- Replace 5x ToList().FindIndex() with direct for-loops in MainViewModel - UpdateUnreadCount now updates ChannelGroup in-place instead of full rebuild - Remove redundant RebuildChannelGroups() call in OnReady - Freeze all SolidColorBrush instances in converters for thread safety - EmojiPicker search shows empty state instead of fallback to all categories - MainViewModel implements IDisposable for _typingTimer cleanup - ApiMessage.Username changed to string? to match server reality