refactor(longpoll): route parsed long poll events through dedicated handler and persist message/conversation state updates

This commit is contained in:
2026-05-30 17:17:32 +03:00
parent f11b8dc6f4
commit fc3b3cfcb3
14 changed files with 889 additions and 274 deletions
@@ -613,6 +613,7 @@ class ConvosViewModel(
if (convoIndex == null) { // диалога нет в списке
// pizdets
} else {
// TODO: 30.05.2026, Danil Nikolaev: reimplement
newConvos.removeAt(convoIndex)
replaceConvos(newConvos.sorted())