You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
revert comment position
This commit is contained in:
@@ -1323,6 +1323,18 @@ module.exports = Room;
|
|||||||
* });
|
* });
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Fires whenever the live timeline in a room is reset.
|
||||||
|
*
|
||||||
|
* When we get a 'limited' sync (for example, after a network outage), we reset
|
||||||
|
* the live timeline to be empty before adding the recent events to the new
|
||||||
|
* timeline. This event is fired after the timeline is reset, and before the
|
||||||
|
* new events are added.
|
||||||
|
*
|
||||||
|
* @event module:client~MatrixClient#"Room.timelineReset"
|
||||||
|
* @param {Room} room The room whose live timeline was reset.
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fires when the status of a transmitted event is updated.
|
* Fires when the status of a transmitted event is updated.
|
||||||
*
|
*
|
||||||
@@ -1357,15 +1369,3 @@ module.exports = Room;
|
|||||||
*
|
*
|
||||||
* @param {EventStatus} oldStatus The previous event status.
|
* @param {EventStatus} oldStatus The previous event status.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* Fires whenever the live timeline in a room is reset.
|
|
||||||
*
|
|
||||||
* When we get a 'limited' sync (for example, after a network outage), we reset
|
|
||||||
* the live timeline to be empty before adding the recent events to the new
|
|
||||||
* timeline. This event is fired after the timeline is reset, and before the
|
|
||||||
* new events are added.
|
|
||||||
*
|
|
||||||
* @event module:client~MatrixClient#"Room.timelineReset"
|
|
||||||
* @param {Room} room The room whose live timeline was reset.
|
|
||||||
*/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user