Rename Matrix.API.set_user_presence to set_presence

This is to keep consistency
This commit is contained in:
2016-03-18 17:18:28 +01:00
committed by Gergely Polonkai
parent 8d725d9f34
commit cf53bfa686
2 changed files with 2 additions and 2 deletions

View File

@@ -617,7 +617,7 @@ public class Matrix.HTTPAPI : GLib.Object, Matrix.API {
}
public void
set_user_presence(API.Callback? cb,
set_presence(API.Callback? cb,
string user_id,
Presence presence,
string? status_message)