mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-20 08:00:39 +01:00
chore: Fix lint
This commit is contained in:
parent
874da53684
commit
da66d6e400
@ -90,7 +90,8 @@ class HomeserverPickerController extends State<HomeserverPicker> {
|
|||||||
|
|
||||||
void _loadHomeserverList() async {
|
void _loadHomeserverList() async {
|
||||||
try {
|
try {
|
||||||
final homeserverList = await JoinmatrixOrgParser().fetchHomeservers();
|
final homeserverList =
|
||||||
|
await const JoinmatrixOrgParser().fetchHomeservers();
|
||||||
final benchmark = await HomeserverListProvider.benchmarkHomeserver(
|
final benchmark = await HomeserverListProvider.benchmarkHomeserver(
|
||||||
homeserverList,
|
homeserverList,
|
||||||
timeout: const Duration(seconds: 10),
|
timeout: const Duration(seconds: 10),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user