mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-02-24 08:49:54 -05:00
Merge branch 'conversationTypo2023-10-08' into 'main'
Fix conversation.dart comment initator/converation See merge request veilid/veilidchat!12
This commit is contained in:
commit
c91ff65d86
@ -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…
x
Reference in New Issue
Block a user