mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
this is broken now, but we're not using it anyway, so remove
This commit is contained in:
parent
0ccf735148
commit
630ac40f05
@ -165,21 +165,7 @@ class IDBLogExport {
|
|||||||
this._logger = logger;
|
this._logger = logger;
|
||||||
this._platform = platform;
|
this._platform = platform;
|
||||||
}
|
}
|
||||||
|
|
||||||
get minTimestamp() {
|
|
||||||
if (!this._items.length) {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
return this._items[0].start;
|
|
||||||
}
|
|
||||||
|
|
||||||
get maxTimestamp() {
|
|
||||||
if (!this._items.length) {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
return this._items[this._items.length - 1].end;
|
|
||||||
}
|
|
||||||
|
|
||||||
get count() {
|
get count() {
|
||||||
return this._items.length;
|
return this._items.length;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user