Rename parameter roomId to dmRoomId for clarity.
This commit is contained in:
parent
de36552f93
commit
71ea2a79c6
3 changed files with 5 additions and 5 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue