mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +00:00
Replace when-dispatch with HashMap<Int, Handler> for O(1) event routing. Add consume methods for: RepostEvent (kind 6), ContactListEvent (kind 3), LongTextNoteEvent (kind 30023), BookmarkListEvent (kind 30001). Replace @Volatile followedUsers with MutableStateFlow for thread safety and Compose observability. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>