You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
EventIndex: Don't mark the event listener method docs as jsdoc comments.
This commit is contained in:
@@ -122,7 +122,7 @@ export default class EventIndex extends EventEmitter {
|
|||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* The sync event listener.
|
* The sync event listener.
|
||||||
*
|
*
|
||||||
* The listener has two cases:
|
* The listener has two cases:
|
||||||
@@ -154,7 +154,7 @@ export default class EventIndex extends EventEmitter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* The Room.timeline listener.
|
* The Room.timeline listener.
|
||||||
*
|
*
|
||||||
* This listener waits for live events in encrypted rooms, if they are
|
* This listener waits for live events in encrypted rooms, if they are
|
||||||
@@ -185,7 +185,7 @@ export default class EventIndex extends EventEmitter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* The Event.decrypted listener.
|
* The Event.decrypted listener.
|
||||||
*
|
*
|
||||||
* Checks if the event was marked for addition in the Room.timeline
|
* Checks if the event was marked for addition in the Room.timeline
|
||||||
@@ -200,7 +200,7 @@ export default class EventIndex extends EventEmitter {
|
|||||||
await this.addLiveEventToIndex(ev);
|
await this.addLiveEventToIndex(ev);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* The Room.timelineReset listener.
|
* The Room.timelineReset listener.
|
||||||
*
|
*
|
||||||
* Listens for timeline resets that are caused by a limited timeline to
|
* Listens for timeline resets that are caused by a limited timeline to
|
||||||
|
|||||||
Reference in New Issue
Block a user