Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Remove nullable as fixed in matrix-org/matrix-spec-proposals#3509
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominaezzz committed Nov 21, 2021
1 parent 9b048b8 commit 47fb96c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/main/kotlin/io/github/matrixkt/api/GetRoomKeys.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public class GetRoomKeys(
/**
* A map of room IDs to room key backup data.
*/
public val rooms: Map<String, RoomKeyBackup>? = null
public val rooms: Map<String, RoomKeyBackup>
)
}
}

0 comments on commit 47fb96c

Please sign in to comment.