···3232 next.sender?.did === currentAccount?.did
33333434 const isLastInGroup = useMemo(() => {
3535+ // TODO this means it's a placeholder. Let's figure out the right way to do this though!
3636+ if (item.id.length > 13) {
3737+ return false
3838+ }
3939+3540 // if the next message is from a different sender, then it's the last in the group
3641 if (isFromSelf ? !isNextFromSelf : isNextFromSelf) {
3742 return true