This commit is contained in:
Sorunome 2020-06-15 10:42:10 +02:00
parent a88460b9d5
commit c4491fe97b
No known key found for this signature in database
GPG key ID: B19471D07FC9BE9C

View file

@ -84,6 +84,7 @@ void main() {
room: room,
originServerTs: now,
eventId: '\$event',
senderId: '@alice:example.com',
);
final decryptedEvent =
await client.encryption.decryptRoomEvent(roomId, encryptedEvent);