File tree Expand file tree Collapse file tree
packages/stream_chat/lib/src/core/util Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ({
You can’t perform that action at this time.
0 commit comments