Move invite_user_3pid() to direct MatrixAPI3PidCredential use
This commit is contained in:
@@ -212,9 +212,7 @@ struct _MatrixAPIInterface {
|
||||
MatrixAPICallback callback,
|
||||
gpointer user_data,
|
||||
const gchar *room_id,
|
||||
const gchar *address,
|
||||
const gchar *medium,
|
||||
const gchar *id_server,
|
||||
MatrixAPI3PidCredential *credential,
|
||||
GError **error);
|
||||
void (*invite_user)(MatrixAPI *api,
|
||||
MatrixAPICallback callback,
|
||||
@@ -635,9 +633,7 @@ void matrix_api_invite_user_3rdparty(MatrixAPI *api,
|
||||
MatrixAPICallback callback,
|
||||
gpointer user_data,
|
||||
const gchar *room_id,
|
||||
const gchar *address,
|
||||
const gchar *medium,
|
||||
const gchar *id_server,
|
||||
MatrixAPI3PidCredential *credential,
|
||||
GError **error);
|
||||
void matrix_api_invite_user(MatrixAPI *api,
|
||||
MatrixAPICallback callback,
|
||||
|
Reference in New Issue
Block a user