1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Update jsdoc to match _unstable_ prefix

This commit is contained in:
Travis Ralston
2018-12-13 09:42:22 -07:00
parent 08b3dfa3b5
commit 06bc6e7568

View File

@@ -39,7 +39,7 @@ limitations under the License.
* when a user was last active.
* @prop {Boolean} currentlyActive Whether we should consider lastActiveAgo to be
* an approximation and that the user should be seen as active 'now'
* @prop {string} statusMessage The status message for the user, if known. This is
* @prop {string} _unstable_statusMessage The status message for the user, if known. This is
* different from the presenceStatusMsg in that this is not tied to
* the user's presence, and should be represented differently.
* @prop {Object} events The events describing this user.