push to owner, manage chat
Main daploy / deploy (push) Successful in 46s

This commit is contained in:
2024-11-29 00:05:43 +02:00
parent 1c8019d41a
commit 8c0e0ccc96
7 changed files with 139 additions and 28 deletions
@@ -16,7 +16,8 @@ export class ServiceSeqTracker {
throw error; // Re-throw other errors
});
this.serviceDoc.lastSeq = 0;
// this.serviceDoc.lastSeq =
// "126-g1AAAACLeJzLYWBgYMpgTmHgzcvPy09JdcjLz8gvLskBCScyJNX___8_K4M50SUXKMCebGlpnmxpiq4Yh_Y8FiDJ0ACk_kNNsQKbYpSakphkYYKuJwsAb2YrPw";
return this.serviceDoc.lastSeq;
}