Skip to content

Commit 655430a

Browse files
VelikovPetarclaude
andcommitted
docs(llc): drop the return-identity claim from the thread merge docs
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent ef4428c commit 655430a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

packages/stream_chat/lib/src/core/util/message_merging.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class MessageMerging {
156156
}
157157

158158
/// Merges [toMerge] into the [existing] threads map, returning the updated
159-
/// map, or [existing] as-is when [toMerge] carries no thread replies.
159+
/// map.
160160
///
161161
/// Replies are grouped by their parent id so each thread merge only sees
162162
/// its own messages. With [upsert] `false`, replies to threads not present
@@ -260,8 +260,7 @@ class MessageMerging {
260260
}
261261

262262
/// Removes [toRemove] from the [existing] threads map, returning the
263-
/// updated map, or [existing] as-is when [toRemove] carries no thread
264-
/// replies.
263+
/// updated map.
265264
///
266265
/// Thread entries left with no messages are dropped from the map.
267266
static Map<String, List<Message>> removeThreadMessages({

0 commit comments

Comments
 (0)