diff --git a/src/matrix/room/timeline/PendingAnnotations.js b/src/matrix/room/timeline/PendingAnnotations.js index b2b3ea57..6279070b 100644 --- a/src/matrix/room/timeline/PendingAnnotations.js +++ b/src/matrix/room/timeline/PendingAnnotations.js @@ -16,7 +16,7 @@ limitations under the License. import {getRelationFromContent} from "./relations.js"; -class PendingAnnotations { +export class PendingAnnotations { constructor() { this.aggregatedAnnotations = new Map(); this._entries = [];