Documentation fix for Matrix.Room.get_member()
Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
This commit is contained in:
parent
758ee3ae81
commit
4c6ffe59f4
@ -223,7 +223,7 @@ public class Matrix.Room : GLib.Object {
|
|||||||
/**
|
/**
|
||||||
* Gets the profile of the room member specified in @user_id. If
|
* Gets the profile of the room member specified in @user_id. If
|
||||||
* that user is not added to the room yet,
|
* that user is not added to the room yet,
|
||||||
* {@link Matrix.Error.NOT_FOUND) is thrown.
|
* {@link Matrix.Error.NOT_FOUND} is thrown.
|
||||||
*
|
*
|
||||||
* @param user_id the Matrix ID of the user to find
|
* @param user_id the Matrix ID of the user to find
|
||||||
* @param third_party gets a true value if the member is actually
|
* @param third_party gets a true value if the member is actually
|
||||||
|
Loading…
Reference in New Issue
Block a user