diff --git a/damus/Views/Posting/UserSearch.swift b/damus/Views/Posting/UserSearch.swift index 4ac4358a..61c22fb0 100644 --- a/damus/Views/Posting/UserSearch.swift +++ b/damus/Views/Posting/UserSearch.swift @@ -70,13 +70,6 @@ struct UserSearch: View { return tagAttributedString } - private func appendUserTag(_ tagAttributedString: NSMutableAttributedString) { - let mutableString = NSMutableAttributedString() - mutableString.append(post) - mutableString.append(tagAttributedString) - post = mutableString - } - var body: some View { VStack(spacing: 0) { Divider()