diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-15 17:50:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-15 17:50:17 +0300 |
commit | de7b4746279d359674f0cbdf1f90949f438db778 (patch) | |
tree | 3e6ad1f6202c7dc28f6577162b16189630893b0c /protocols | |
parent | aa7743e393353e1bff18ca501c870b103826d853 (diff) |
grrrm
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Telegram/src/server.cpp | 2 |
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;
|