1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-05 17:02:07 +03:00

correct comments about redaction events

This commit is contained in:
Bruno Windels
2019-06-05 09:41:52 +02:00
parent 58f163ed5c
commit 4e040f8e77

View File

@@ -1834,7 +1834,7 @@ module.exports = Room;
* event). * event).
* *
* @event module:client~MatrixClient#"Room.redaction" * @event module:client~MatrixClient#"Room.redaction"
* @param {MatrixEvent} event The matrix event which was redacted * @param {MatrixEvent} event The matrix redaction event
* @param {Room} room The room containing the redacted event * @param {Room} room The room containing the redacted event
*/ */
@@ -1845,7 +1845,7 @@ module.exports = Room;
* which is undone in this scenario. * which is undone in this scenario.
* *
* @event module:client~MatrixClient#"Room.redactionCancelled" * @event module:client~MatrixClient#"Room.redactionCancelled"
* @param {MatrixEvent} event The matrix event which isn't redacted anymore * @param {MatrixEvent} event The matrix redaction event that was cancelled.
* @param {Room} room The room containing the unredacted event * @param {Room} room The room containing the unredacted event
*/ */