diff --git a/src/tracker/savefile.js b/src/tracker/savefile.js index 556c319..e4dcca0 100644 --- a/src/tracker/savefile.js +++ b/src/tracker/savefile.js @@ -41,7 +41,9 @@ * e: [ // omit for no embeds * { * url: , - * type: + * type: , + * t: , // only present if type == rich, may be empty + * d: // only present if type == rich, and if the embed has a simple description text * }, ... * ], * a: [ // omit for no attachments @@ -61,7 +63,10 @@ * { * userlookup: { * : - * } + * }, + * channelkeys: Set, + * messagekeys: Set, + * freshmsgs: Set // only messages which were newly added to the savefile in the current session * } */