Rename parameter roomId to dmRoomId for clarity.

This commit is contained in:
Benoit Marty 2024-06-03 18:24:03 +02:00
parent de36552f93
commit 71ea2a79c6
3 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,7 @@ class UserProfileNodeHelper(
interface Callback : NodeInputs {
fun openAvatarPreview(username: String, avatarUrl: String)
fun onStartDM(roomId: RoomId)
fun onStartCall(roomId: RoomId)
fun onStartCall(dmRoomId: RoomId)
}
fun onShareUser(