mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Add 'from' field to MetaInfo
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
class MetaInfo {
|
||||
constructor(type, size, ts) {
|
||||
constructor(type, size, from, ts) {
|
||||
this.type = type;
|
||||
this.size = size;
|
||||
this.from = from;
|
||||
this.ts = ts;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user