mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Tidied console presence messages
This commit is contained in:
parent
8cf5241d31
commit
c73c4b20ef
@ -1480,8 +1480,6 @@ _cons_show_contact_online(PContact contact, Resource *resource, GDateTime *last_
|
||||
|
||||
if (wins_is_current(console)) {
|
||||
ui_current_page_off();
|
||||
}
|
||||
if (wins_is_current(console)) {
|
||||
win_update_virtual(console);
|
||||
}
|
||||
}
|
||||
@ -1498,8 +1496,6 @@ _cons_show_contact_offline(PContact contact, char *resource, char *status)
|
||||
|
||||
if (wins_is_current(console)) {
|
||||
ui_current_page_off();
|
||||
}
|
||||
if (wins_is_current(console)) {
|
||||
win_update_virtual(console);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user