Skip to content

Commit 7408e04

Browse files
committed
message [nfc]: Fix a reference in a comment
Thanks to Greg for pointing this out: zulip#1912 (comment)
1 parent 9c3e999 commit 7408e04

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
@@ -504,7 +504,7 @@ class MessageStoreImpl extends HasChannelStore with MessageStore, _OutboxMessage
504504
void handleMessageEvent(MessageEvent event) {
505505
// If the message is one we already know about (from a fetch),
506506
// clobber it with the one from the event system.
507-
// See [fetchedMessages] for reasoning.
507+
// See [reconcileMessages] for reasoning.
508508
messages[event.message.id] = event.message;
509509

510510
_handleMessageEventOutbox(event);

0 commit comments

Comments
 (0)