From 33655ee37e229c650842777319a3c2f46e6a665a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 4 Jun 2021 16:32:03 +0200 Subject: [PATCH] forgot to export class --- src/matrix/room/timeline/PendingAnnotations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];