aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-08-03 19:12:44 +0100
committerGitHub <noreply@github.com>2018-08-03 19:12:44 +0100
commit5abd5739b9ed507d50d7501cd79579318bd11b98 (patch)
tree115fe4f07f2f01264f1aaaf130b84a34c994d490
parent7507de188dbdf2d6496cab3ad95fbbabbc16ef24 (diff)
downloadpurple-matrix-5abd5739b9ed507d50d7501cd79579318bd11b98.tar.gz
use r0 rather than unstable
-rw-r--r--matrix-api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix-api.c b/matrix-api.c
index 2848cf5..0d593e1 100644
--- a/matrix-api.c
+++ b/matrix-api.c
@@ -652,7 +652,7 @@ MatrixApiRequestData *matrix_api_sync(MatrixConnectionData *conn,
url = g_string_new(conn->homeserver);
g_string_append_printf(url,
- "_matrix/client/unstable/sync?access_token=%s&timeout=%i",
+ "_matrix/client/r0/sync?access_token=%s&timeout=%i",
purple_url_encode(conn->access_token), timeout);
if(since != NULL)