Rename modify_pusher update_pusher

It reflects the functionality better.
This commit is contained in:
2016-01-15 14:37:11 +01:00
parent 26875278e3
commit 3e464e7318
4 changed files with 10 additions and 9 deletions

View File

@@ -1353,7 +1353,7 @@ matrix_http_api_matrix_api_init(MatrixAPIInterface *iface)
iface->set_user_presence = i_set_user_presence;
/* Push notifications */
iface->modify_pusher = NULL;
iface->update_pusher = NULL;
iface->get_pushers = NULL;
iface->delete_pusher = NULL;
iface->get_pusher = NULL;