Fix matrix_http_api_set_base_url()
It didn’t save the actual base URL.
This commit is contained in:
parent
4ce4ae4641
commit
21ee03d030
@ -63,6 +63,7 @@ public class Matrix.HTTPAPI : GLib.Object, Matrix.API {
|
|||||||
if ((api_uri != null) && (media_uri != null)) {
|
if ((api_uri != null) && (media_uri != null)) {
|
||||||
_api_uri = api_uri;
|
_api_uri = api_uri;
|
||||||
_media_uri = media_uri;
|
_media_uri = media_uri;
|
||||||
|
_base_url = value;
|
||||||
|
|
||||||
_token = null;
|
_token = null;
|
||||||
_refresh_token = null;
|
_refresh_token = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user