diff --git a/damus/Views/PostView.swift b/damus/Views/PostView.swift index a3f507c7..f6f65ec1 100644 --- a/damus/Views/PostView.swift +++ b/damus/Views/PostView.swift @@ -169,6 +169,9 @@ struct PostView: View { combinedAttributedString.append(NSAttributedString(string: " ")) } combinedAttributedString.append(uploadedImageURL) + + // make sure we have a space at the end + combinedAttributedString.append(NSAttributedString(string: " ")) post = combinedAttributedString case .failed(let error):