Skip to content

Commit 3603c87

Browse files
authored
Fix empty messages (#754)
<!-- Please read https://github.com/SableClient/Sable/blob/dev/CONTRIBUTING.md before submitting your pull request --> ### Description <!-- Please include a summary of the change. Please also include relevant motivation and context. List any dependencies that are required for this change. --> Ignore the branch name lol Removes a single line that... i don't think is supposed to be there? Not sure why it's there... hopefully it wasn't important. #### Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ### Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings ### AI disclosure: - [ ] Partially AI assisted (clarify which code was AI assisted and briefly explain what it does). - [ ] Fully AI generated (explain what all the generated code does in moderate detail). <!-- Write any explanation required here, but do not generate the explanation using AI!! You must prove you understand what the code in this PR does. -->
2 parents 48c2390 + aa93278 commit 3603c87

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
default: patch
3+
---
4+
5+
Fix empty messages being displayed as broken messages.

src/app/components/message/MsgTypeRenderers.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ export function MText({
200200
return true;
201201
}, [unwrappedPerMessageProfileMessage, cleanedMessage, trimmedBody, customBody]);
202202

203-
if (!body && !customBody) return <BrokenContent body={customBody ?? body} />;
204-
205203
const { urls, bundleContent } = getUrlsFromContent(content, renderUrlsPreview);
206204

207205
if (

0 commit comments

Comments
 (0)