Skip to content

Commit aca34a7

Browse files
committed
fix: remove thread message type
1 parent bbb7e88 commit aca34a7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package/src/components/MessageList/MessageFlashList.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@ const getItemTypeInternal = (message: LocalMessage) => {
213213
return 'message-with-quote';
214214
}
215215

216-
if (message.parent_id) {
217-
return 'message-with-threads';
218-
}
219-
220216
if (message.shared_location) {
221217
return 'message-with-shared-location';
222218
}

0 commit comments

Comments
 (0)