mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Fixed autoaway
This commit is contained in:
parent
4d9148e734
commit
dcd8dcda87
@ -71,6 +71,7 @@ prof_run(const int disable_tls, char *log_level)
|
|||||||
size = 0;
|
size = 0;
|
||||||
|
|
||||||
while(ch != '\n') {
|
while(ch != '\n') {
|
||||||
|
conn_status = jabber_get_connection_status();
|
||||||
if (conn_status == JABBER_CONNECTED) {
|
if (conn_status == JABBER_CONNECTED) {
|
||||||
_handle_idle_time();
|
_handle_idle_time();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user