mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-02 21:23:15 -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
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ KeyPair getConversationWriter({
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create a conversation
|
// 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
|
// incomplete 'existingConversationRecord' that we need to fill
|
||||||
// in now that we have the remote identity key
|
// in now that we have the remote identity key
|
||||||
Future<T> createConversation<T>(
|
Future<T> createConversation<T>(
|
||||||
|
@ -330,7 +330,7 @@ Future<IList<Message>?> getRemoteConversationMessages({
|
||||||
|
|
||||||
@riverpod
|
@riverpod
|
||||||
class ActiveConversationMessages extends _$ActiveConversationMessages {
|
class ActiveConversationMessages extends _$ActiveConversationMessages {
|
||||||
/// Get message for active converation
|
/// Get message for active conversation
|
||||||
@override
|
@override
|
||||||
FutureOr<IList<Message>?> build() async {
|
FutureOr<IList<Message>?> build() async {
|
||||||
await eventualVeilid.future;
|
await eventualVeilid.future;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue