mirror of https://github.com/vector-im/riot-web
EventIndex: Style fixes for the docstrings.
parent
660240e2c0
commit
d9e933c915
|
@ -69,7 +69,8 @@ export default class EventIndex {
|
|||
client.removeListener('Room.timelineReset', this.onTimelineReset);
|
||||
}
|
||||
|
||||
/** Get crawler checkpoints for the encrypted rooms and store them in the index.
|
||||
/**
|
||||
* Get crawler checkpoints for the encrypted rooms and store them in the index.
|
||||
*/
|
||||
async addInitialCheckpoints() {
|
||||
const indexManager = PlatformPeg.get().getEventIndexingManager();
|
||||
|
@ -80,7 +81,7 @@ export default class EventIndex {
|
|||
return client.isRoomEncrypted(room.roomId);
|
||||
};
|
||||
|
||||
// We only care to crawl the encrypted rooms, non-encrypted.
|
||||
// We only care to crawl the encrypted rooms, non-encrypted
|
||||
// rooms can use the search provided by the homeserver.
|
||||
const encryptedRooms = rooms.filter(isRoomEncrypted);
|
||||
|
||||
|
|
Loading…
Reference in New Issue