mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-21 05:38:42 -04:00
fix lints
This commit is contained in:
parent
aeaf34e55d
commit
d1559c949d
4 changed files with 6 additions and 6 deletions
|
@ -85,7 +85,7 @@ class ChatComponentCubit extends Cubit<ChatComponentState> {
|
|||
_onChangedContacts(_contactListCubit.state);
|
||||
}
|
||||
|
||||
Future<void> _initAsync(Completer<void> _cancel) async {
|
||||
Future<void> _initAsync(Completer<void> cancel) async {
|
||||
// Subscribe to remote user info
|
||||
await _updateConversationSubscriptions();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue