You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-09-01 21:21:58 +03:00
Use the history length specified in startClient() for room initial syncs.
This commit is contained in:
@@ -326,7 +326,6 @@ Room.prototype.getUsersReadUpTo = function(event) {
|
||||
* have received no read receipts from them.
|
||||
* @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.
|
||||
* an empty list.
|
||||
*/
|
||||
Room.prototype.getEventReadUpTo = function(userId) {
|
||||
if (
|
||||
|
Reference in New Issue
Block a user