mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-22 10:11:39 +01:00
add app version to logs
This commit is contained in:
parent
d201d2c9de
commit
cc916b80de
@ -179,7 +179,8 @@ class IDBLogExport {
|
|||||||
|
|
||||||
asBlob() {
|
asBlob() {
|
||||||
const log = {
|
const log = {
|
||||||
version: 1,
|
formatVersion: 1,
|
||||||
|
appVersion: this._platform.updateService?.version,
|
||||||
items: this._items.map(i => JSON.parse(i.json))
|
items: this._items.map(i => JSON.parse(i.json))
|
||||||
};
|
};
|
||||||
const json = JSON.stringify(log);
|
const json = JSON.stringify(log);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user