Rename Matrix.API.get_user_presence() to get_presence()
This is for not to clash with future Matrix.Client.get_user_presence() and to comply with Matrix.API.get_profile() which has similar functionality.
This commit is contained in:
@@ -591,7 +591,7 @@ public class Matrix.HTTPAPI : GLib.Object, Matrix.API {
|
||||
}
|
||||
|
||||
public void
|
||||
get_user_presence(API.Callback? cb,
|
||||
get_presence(API.Callback? cb,
|
||||
string user_id)
|
||||
throws Matrix.Error
|
||||
{
|
||||
|
Reference in New Issue
Block a user