diff --git a/lib/src/utils/public_rooms_response.dart b/lib/src/utils/public_rooms_response.dart index b395485..37d858d 100644 --- a/lib/src/utils/public_rooms_response.dart +++ b/lib/src/utils/public_rooms_response.dart @@ -40,7 +40,7 @@ class PublicRoomEntry { final bool worldReadable; Client client; - Future join(Client client) => client.joinRoomById(roomId); + Future join() => client.joinRoomById(roomId); PublicRoomEntry({ this.aliases,