We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb7e88 commit aca34a7Copy full SHA for aca34a7
package/src/components/MessageList/MessageFlashList.tsx
@@ -213,10 +213,6 @@ const getItemTypeInternal = (message: LocalMessage) => {
213
return 'message-with-quote';
214
}
215
216
- if (message.parent_id) {
217
- return 'message-with-threads';
218
- }
219
-
220
if (message.shared_location) {
221
return 'message-with-shared-location';
222
0 commit comments