Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
macwilko committed Dec 19, 2023
1 parent 766a52a commit 4bca926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/channel-feed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default function ChannelFeed(props) {

const idx = messages.length - 1;
const last = messages[idx];
const parentMessage = last.parent;

if (last.user.handle == user.handle && !parentMessage && files.length == 0 && (!last.files || last.files.length == 0)) {

Expand Down

0 comments on commit 4bca926

Please sign in to comment.