Clarify member_display_name docstring.
parent
b16724841d
commit
390a1aa12c
|
@ -321,8 +321,10 @@ impl Room {
|
||||||
|
|
||||||
/// Get the disambiguated display name for a member of this room.
|
/// Get the disambiguated display name for a member of this room.
|
||||||
///
|
///
|
||||||
/// If a member has no display name set, returns the MXID as a fallback. Additionally, we
|
/// If a member has no display name set, returns the MXID as a fallback.
|
||||||
/// return the MXID even if there is no such member in the room.
|
///
|
||||||
|
/// This method never fails, even if user with the supplied MXID is not a member in the room.
|
||||||
|
/// In this case we still return the supplied MXID as a fallback.
|
||||||
///
|
///
|
||||||
/// When displaying a room member's display name, clients *must* use this method to obtain the
|
/// When displaying a room member's display name, clients *must* use this method to obtain the
|
||||||
/// name instead of displaying the `RoomMember::display_name` directly. This is because
|
/// name instead of displaying the `RoomMember::display_name` directly. This is because
|
||||||
|
|
Loading…
Reference in New Issue