register -> invite -> join -> send flow

This commit is contained in:
Cadence Ember 2023-05-09 00:58:46 +12:00
parent 3bc29def41
commit 1e7e66dc31
11 changed files with 150 additions and 34 deletions

View file

@ -2,6 +2,6 @@
let now = Date.now()
module.exports = function makeTxnId() {
module.exports.makeTxnId = function makeTxnId() {
return now++
}