Fix matrix_http_api_set_base_url()

It didn’t save the actual base URL.
This commit is contained in:
Gergely Polonkai 2016-03-20 14:25:27 +00:00
parent 4ce4ae4641
commit 21ee03d030
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ public class Matrix.HTTPAPI : GLib.Object, Matrix.API {
if ((api_uri != null) && (media_uri != null)) {
_api_uri = api_uri;
_media_uri = media_uri;
_base_url = value;
_token = null;
_refresh_token = null;