1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-19 16:42:09 +03:00
This commit is contained in:
David Baker
2015-11-02 16:00:40 +00:00
parent 4adc5f2c85
commit 083dde3557

View File

@@ -324,7 +324,7 @@ Room.prototype.getUsersReadUpTo = function(event) {
/** /**
* Get the ID of the event that a given user has read up to, or null if we * Get the ID of the event that a given user has read up to, or null if we
* have received no read receipts from them. * have received no read receipts from them.
* @param {String} user ID to get read receipt event ID for * @param {String} userId The user ID to get read receipt event ID for
* @return {String} ID of the latest event that the given user has read, or null. * @return {String} ID of the latest event that the given user has read, or null.
* an empty list. * an empty list.
*/ */