Skip to content

Commit 11ee6e9

Browse files
committed
message [nfc]: Mention outbox-like logic in in editMessage dartdoc
1 parent 86a8ad9 commit 11ee6e9

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
@@ -53,7 +53,7 @@ mixin MessageStore {
5353
/// and the update-message event hasn't arrived.
5454
bool? getEditMessageErrorStatus(int messageId);
5555

56-
/// Edit a message's content, via a request to the server.
56+
/// Makes an edit-message request and starts an edit-outbox lifecycle.
5757
///
5858
/// Should only be called when there is no current edit request for [messageId],
5959
/// i.e., [getEditMessageErrorStatus] returns null for [messageId].

0 commit comments

Comments
 (0)