From 3fa0f234bb6e101c6ea9016d35b4fc39ce053da3 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 24 Jun 2021 14:12:55 +0200 Subject: [PATCH] not used --- src/domain/session/room/timeline/ReactionsViewModel.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/domain/session/room/timeline/ReactionsViewModel.js b/src/domain/session/room/timeline/ReactionsViewModel.js index 12413350..50a25529 100644 --- a/src/domain/session/room/timeline/ReactionsViewModel.js +++ b/src/domain/session/room/timeline/ReactionsViewModel.js @@ -128,13 +128,6 @@ class ReactionViewModel { return this._annotation?.me || this.isPending; } - /** @returns {boolean} Whether the user has reacted with this key, - * taking the local reaction and reaction redaction into account. */ - get haveReacted() { - // TODO: cleanup - return this._parentTile._entry.haveAnnotation(this.key); - } - get firstTimestamp() { let ts = Number.MAX_SAFE_INTEGER; if (this._annotation) {