Add 3rd party credential invite possibility to create_room()

This is to comply with Matrix API r0.0.1
This commit is contained in:
2016-01-21 11:52:12 +01:00
parent c73f76a235
commit 3e93e9e77d
4 changed files with 52 additions and 2 deletions

View File

@@ -167,6 +167,7 @@ struct _MatrixAPIInterface {
JsonNode *creation_content,
GList *initial_state,
GList *invitees,
GList *invite_3pids,
GError **error);
/* Room directory */
@@ -589,6 +590,7 @@ void matrix_api_create_room(MatrixAPI *api,
JsonNode *creation_content,
GList *initial_state,
GList *invitees,
GList *invite_3pids,
GError **error);
/* Room directory */