fix
This commit is contained in:
parent
a88460b9d5
commit
c4491fe97b
|
@ -84,6 +84,7 @@ void main() {
|
|||
room: room,
|
||||
originServerTs: now,
|
||||
eventId: '\$event',
|
||||
senderId: '@alice:example.com',
|
||||
);
|
||||
final decryptedEvent =
|
||||
await client.encryption.decryptRoomEvent(roomId, encryptedEvent);
|
||||
|
|
Loading…
Reference in a new issue