We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10e68d commit 73f738bCopy full SHA for 73f738b
src/matrixrtc/ToDeviceKeyTransport.ts
@@ -68,6 +68,7 @@ export class ToDeviceKeyTransport
68
application: "m.call",
69
scope: "m.room",
70
},
71
+ sent_ts: Date.now(),
72
};
73
74
const targets = members
0 commit comments