1
0
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:
Matthew Hodgson
2016-09-09 16:35:38 +01:00
parent a9d3ae4ef8
commit 75b6ebf287

View File

@@ -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.
*/