Add images to posts, saving
This commit is contained in:
@ -8,4 +8,8 @@ extension String {
|
||||
.replacingOccurrences(of: "<", with: "<")
|
||||
.replacingOccurrences(of: ">", with: ">")
|
||||
}
|
||||
|
||||
var nonEmpty: String? {
|
||||
isEmpty ? nil : self
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user