sending events in matrix
This commit is contained in:
7
matrix/txnid.js
Normal file
7
matrix/txnid.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// @ts-check
|
||||
|
||||
let now = Date.now()
|
||||
|
||||
module.exports = function makeTxnId() {
|
||||
return now++
|
||||
}
|
Reference in New Issue
Block a user