Room directory search : branch entry point

This commit is contained in:
ganfra 2024-03-20 15:35:54 +01:00
parent 6e8d0ded36
commit a8028ba968
5 changed files with 57 additions and 1 deletions

View file

@ -38,5 +38,6 @@ interface RoomListEntryPoint : FeatureEntryPoint {
fun onInvitesClicked()
fun onRoomSettingsClicked(roomId: RoomId)
fun onReportBugClicked()
fun onRoomDirectorySearchClicked()
}
}