mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 23:56:21 +00:00
Do not scroll to end when chat room message whilst paging
This commit is contained in:
@@ -191,7 +191,6 @@ handle_room_message(const char * const room_jid, const char * const nick,
|
||||
const char * const message)
|
||||
{
|
||||
ui_room_message(room_jid, nick, message);
|
||||
ui_current_page_off();
|
||||
|
||||
if (prefs_get_boolean(PREF_GRLOG)) {
|
||||
Jid *jid = jid_create(jabber_get_fulljid());
|
||||
|
||||
Reference in New Issue
Block a user