Update MatrixAPI with the versions API call

This commit is contained in:
2016-01-15 19:21:33 +01:00
parent c2593c6cd0
commit 13c8707dbf
3 changed files with 33 additions and 0 deletions

View File

@@ -2246,6 +2246,7 @@ matrix_http_api_matrix_api_init(MatrixAPIInterface *iface)
/* Server administration */
iface->whois = NULL;
iface->versions = NULL;
/* Session management */
iface->login = i_login;