mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +01:00
fix: missing null check
This commit is contained in:
parent
8ab5d18a12
commit
92674b4424
@ -74,7 +74,7 @@ class SearchController extends State<Search> {
|
||||
future: () => _joinRoomAndWait(
|
||||
context,
|
||||
room.roomId,
|
||||
room.canonicalAlias ?? room.aliases.first,
|
||||
room.canonicalAlias ?? room.aliases?.first,
|
||||
),
|
||||
);
|
||||
if (success.error == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user