mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 12:37:22 +01:00
forgot to export class
This commit is contained in:
parent
b7402ce43c
commit
33655ee37e
@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
|
|
||||||
import {getRelationFromContent} from "./relations.js";
|
import {getRelationFromContent} from "./relations.js";
|
||||||
|
|
||||||
class PendingAnnotations {
|
export class PendingAnnotations {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.aggregatedAnnotations = new Map();
|
this.aggregatedAnnotations = new Map();
|
||||||
this._entries = [];
|
this._entries = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user