Enable boosting of own private toots, closes #664 (#666)

This commit is contained in:
Paul 2018-05-28 21:29:06 +02:00 committed by Konrad Pozniak
commit 30856a2f82
11 changed files with 49 additions and 10 deletions

View file

@ -98,7 +98,7 @@ data class Status(
}
fun rebloggingAllowed(): Boolean {
return (visibility != Visibility.PRIVATE && visibility != Visibility.DIRECT && visibility != Visibility.UNKNOWN)
return (visibility != Visibility.DIRECT && visibility != Visibility.UNKNOWN)
}
override fun equals(other: Any?): Boolean {