Fix for 'space added before first line of self-reply' (#546)
This commit is contained in:
parent
fee9cd3daa
commit
1c61d3908f
|
@ -200,7 +200,9 @@ public class StatusEditorViewModel: ObservableObject {
|
|||
}
|
||||
mentionString += "@\(mention.acct)"
|
||||
}
|
||||
mentionString += " "
|
||||
if !mentionString.isEmpty {
|
||||
mentionString += " "
|
||||
}
|
||||
replyToStatus = status
|
||||
visibility = status.visibility
|
||||
statusText = .init(string: mentionString)
|
||||
|
|
Loading…
Reference in New Issue