Start new bot thread on send in All.

This commit is contained in:
John Preston
2025-09-05 21:34:05 +04:00
parent ca4caec819
commit e74d0ef4e2
18 changed files with 295 additions and 45 deletions
+1 -1
View File
@@ -1956,7 +1956,7 @@ void Updates::feedUpdate(const MTPUpdate &update) {
auto &d = update.c_updateUserTyping();
handleSendActionUpdate(
peerFromUser(d.vuser_id()),
0,
d.vtop_msg_id().value_or_empty(),
peerFromUser(d.vuser_id()),
d.vaction());
} break;