mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
Fix conversation.dart comment initator/converation
This fixes two typos ("initator" for "initiator" and "converation" for "conversation") in comments in lib/providers/conversation.dart.
This commit is contained in:
parent
564447ec98
commit
668457f70a
@ -37,7 +37,7 @@ KeyPair getConversationWriter({
|
||||
}
|
||||
|
||||
// Create a conversation
|
||||
// If we were the initator of the conversation there may be an
|
||||
// If we were the initiator of the conversation there may be an
|
||||
// incomplete 'existingConversationRecord' that we need to fill
|
||||
// in now that we have the remote identity key
|
||||
Future<T> createConversation<T>(
|
||||
@ -330,7 +330,7 @@ Future<IList<Message>?> getRemoteConversationMessages({
|
||||
|
||||
@riverpod
|
||||
class ActiveConversationMessages extends _$ActiveConversationMessages {
|
||||
/// Get message for active converation
|
||||
/// Get message for active conversation
|
||||
@override
|
||||
FutureOr<IList<Message>?> build() async {
|
||||
await eventualVeilid.future;
|
||||
|
Loading…
Reference in New Issue
Block a user