mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
not used
This commit is contained in:
parent
20ae21ead5
commit
3fa0f234bb
@ -128,13 +128,6 @@ class ReactionViewModel {
|
|||||||
return this._annotation?.me || this.isPending;
|
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() {
|
get firstTimestamp() {
|
||||||
let ts = Number.MAX_SAFE_INTEGER;
|
let ts = Number.MAX_SAFE_INTEGER;
|
||||||
if (this._annotation) {
|
if (this._annotation) {
|
||||||
|
Loading…
Reference in New Issue
Block a user