mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 12:18:48 +03:00
fix method visibility
This commit is contained in:
parent
992f477ab1
commit
3948f263df
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ data class IncomingRoomKeyRequest(
|
|||
}
|
||||
}
|
||||
|
||||
fun fromRestRequest(senderId: String, request: RoomKeyShareRequest, clock: Clock): IncomingRoomKeyRequest? {
|
||||
internal fun fromRestRequest(senderId: String, request: RoomKeyShareRequest, clock: Clock): IncomingRoomKeyRequest? {
|
||||
return IncomingRoomKeyRequest(
|
||||
userId = senderId,
|
||||
deviceId = request.requestingDeviceId,
|
||||
|
|
Loading…
Add table
Reference in a new issue