This website requires JavaScript.
Explore
Help
Sign In
cadence
/
out-of-your-element
Watch
2
Star
6
Fork
You've already forked out-of-your-element
1
Code
Issues
12
Pull requests
Releases
16
Activity
6b605b393d
out-of-your-element
/
matrix
/
txnid.js
8 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
sending events in matrix
2023-04-30 12:57:30 +00:00
// @ts-check
let
now
=
Date
.
now
(
)
register -> invite -> join -> send flow
2023-05-08 12:58:46 +00:00
module
.
exports
.
makeTxnId
=
function
makeTxnId
(
)
{
sending events in matrix
2023-04-30 12:57:30 +00:00
return
now
++
}
Reference in a new issue
Copy permalink