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 eb561af commit bbb7e88Copy full SHA for bbb7e88
package/src/components/MessageList/MessageFlashList.tsx
@@ -226,15 +226,6 @@ const getItemTypeInternal = (message: LocalMessage) => {
226
}
227
228
if (message.text) {
229
- const text = message.text;
230
- if (text.length <= 50) {
231
- return 'short-message-with-text';
232
- }
233
-
234
- if (text.length <= 200) {
235
- return 'medium-message-with-text';
236
237
238
return 'message-with-text';
239
240
0 commit comments