summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-01-15 17:50:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-01-15 17:50:17 +0300
commitde7b4746279d359674f0cbdf1f90949f438db778 (patch)
tree3e6ad1f6202c7dc28f6577162b16189630893b0c /protocols
parentaa7743e393353e1bff18ca501c870b103826d853 (diff)
grrrm
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Telegram/src/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/src/server.cpp b/protocols/Telegram/src/server.cpp
index 2f40be0871..690f18295b 100644
--- a/protocols/Telegram/src/server.cpp
+++ b/protocols/Telegram/src/server.cpp
@@ -84,7 +84,7 @@ void CMTProto::SendKeepAlive()
if (it->m_timer1 && now - it->m_timer1 > STATUS_SWITCH_TIMEOUT) {
it->m_timer1 = 0;
it->m_timer2 = now;
- setWord(it->hContact, "Status", ID_STATUS_AWAY);
+ setWord(it->hContact, "Status", ID_STATUS_NA);
}
else if (it->m_timer2 && now - it->m_timer2 > STATUS_SWITCH_TIMEOUT) {
it->m_timer2 = 0;