Closed bre7 closed 4 years ago
Just some minor syntax changes
[] can also be used instead of RedactionReasons()
[]
RedactionReasons()
Why was isPlaceholder() deprecated 😞
isPlaceholder()
actually there is even a better syntax if you want to make the change before I merge: .redacted(reason: model?.villager == nil ? .placeholder : [])
.redacted(reason: model?.villager == nil ? .placeholder : [])
Just some minor syntax changes
[]
can also be used instead ofRedactionReasons()
Why was
isPlaceholder()
deprecated 😞