Update author documentation now we've moved to RoomMember
This commit is contained in:
@@ -15,18 +15,9 @@ RowLayout {
|
|||||||
/**
|
/**
|
||||||
* @brief The message author.
|
* @brief The message author.
|
||||||
*
|
*
|
||||||
* This should consist of the following:
|
* A Quotient::RoomMember object.
|
||||||
* - id - The matrix ID of the author.
|
|
||||||
* - isLocalUser - Whether the author is the local user.
|
|
||||||
* - avatarSource - The mxc URL for the author's avatar in the current room.
|
|
||||||
* - avatarMediaId - The media ID of the author's avatar.
|
|
||||||
* - avatarUrl - The mxc URL for the author's avatar.
|
|
||||||
* - displayName - The display name of the author.
|
|
||||||
* - display - The name of the author.
|
|
||||||
* - color - The color for the author.
|
|
||||||
* - object - The Quotient::User object for the author.
|
|
||||||
*
|
*
|
||||||
* @sa Quotient::User
|
* @sa Quotient::RoomMember
|
||||||
*/
|
*/
|
||||||
required property var author
|
required property var author
|
||||||
|
|
||||||
|
|||||||
@@ -14,18 +14,9 @@ RowLayout {
|
|||||||
/**
|
/**
|
||||||
* @brief The message author.
|
* @brief The message author.
|
||||||
*
|
*
|
||||||
* This should consist of the following:
|
* A Quotient::RoomMember object.
|
||||||
* - id - The matrix ID of the author.
|
|
||||||
* - isLocalUser - Whether the author is the local user.
|
|
||||||
* - avatarSource - The mxc URL for the author's avatar in the current room.
|
|
||||||
* - avatarMediaId - The media ID of the author's avatar.
|
|
||||||
* - avatarUrl - The mxc URL for the author's avatar.
|
|
||||||
* - displayName - The display name of the author.
|
|
||||||
* - display - The name of the author.
|
|
||||||
* - color - The color for the author.
|
|
||||||
* - object - The Quotient::User object for the author.
|
|
||||||
*
|
*
|
||||||
* @sa Quotient::User
|
* @sa Quotient::RoomMember
|
||||||
*/
|
*/
|
||||||
required property var author
|
required property var author
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user