run server as typescript

This commit is contained in:
grimhilt
2023-04-02 12:35:55 +02:00
parent a5d325818b
commit 7ba1ee083d
5 changed files with 9 additions and 14 deletions

View File

@@ -36,9 +36,6 @@ export function generateAttrs(options: Options): AttrsWithEnvelope {
"flags": options.flags ?? [],
"uid": options.uid ?? randomInt(3),
"modseq": options.modseq ?? randomInt(7),
"x-gm-labels": ["\\Inbox"],
"x-gm-msgid": "1760991478422670209",
"x-gm-thrid": "1760991478422670209",
};
return attrs;
}