Skip to content

Commit 73f738b

Browse files
committed
fix: ToDevice transport not setting the sent_ts
1 parent a10e68d commit 73f738b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/matrixrtc/ToDeviceKeyTransport.ts

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export class ToDeviceKeyTransport
6868
application: "m.call",
6969
scope: "m.room",
7070
},
71+
sent_ts: Date.now(),
7172
};
7273

7374
const targets = members

0 commit comments

Comments
 (0)