Add 3rd party credential invite possibility to create_room()
This is to comply with Matrix API r0.0.1
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user