Skip to content

Commit fee6de6

Browse files
chrisbobbegnprice
authored andcommitted
message [nfc]: Fix a reference in a comment
Thanks to Greg for pointing this out: #1912 (comment)
1 parent 14ed009 commit fee6de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/model/message.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ class MessageStoreImpl extends HasChannelStore with MessageStore, _OutboxMessage
512512
void handleMessageEvent(MessageEvent event) {
513513
// If the message is one we already know about (from a fetch),
514514
// clobber it with the one from the event system.
515-
// See [fetchedMessages] for reasoning.
515+
// See [reconcileMessages] for reasoning.
516516
messages[event.message.id] = event.message;
517517

518518
_handleMessageEventOutbox(event);

0 commit comments

Comments
 (0)