Merge pull request #1936 from H3rnand3zzz/fix/underscrolling

Fix underscrolling problem
This commit is contained in:
Michael Vetter
2023-12-04 16:27:35 +01:00
committed by GitHub

View File

@@ -56,7 +56,7 @@
#include "xmpp/contact.h"
#include "xmpp/muc.h"
#define PAD_SIZE 1000
#define PAD_SIZE 10000
#define LOADING_MESSAGE "Loading older messages…"
void win_move_to_end(ProfWin* window);