Start polling in test client upon a successful login

This was removed unintentionally two commits ago.

Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
This commit is contained in:
Gergely Polonkai 2016-03-21 11:51:24 +01:00
parent 6ab67b44be
commit 1d16628861
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ login_finished(MatrixClient *client, gboolean success, GMainLoop *loop)
if (success) {
save_state(client);
matrix_client_begin_polling(client, NULL);
} else {
g_main_loop_quit(loop);
}