We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4e370 commit 3af1d3eCopy full SHA for 3af1d3e
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