Increase dialog list limit to ensure that we always get old chats

This commit is contained in:
mjentsch 2015-07-19 16:15:30 +02:00
parent a4c5bca05f
commit c5b98eccb2

View file

@ -361,7 +361,7 @@ void on_ready (struct tgl_state *TLS) {
debug ("seq = %d, pts = %d, date = %d", TLS->seq, TLS->pts, TLS->date);
tgl_do_get_difference (TLS, purple_account_get_bool (conn->pa, "history-sync-all", FALSE),
NULL, NULL);
tgl_do_get_dialog_list (TLS, 0, 0, NULL, NULL);
tgl_do_get_dialog_list (TLS, 200, 0, NULL, NULL);
tgl_do_update_contact_list (TLS, 0, 0);
}