Add "account" filter context (#1776)

This commit is contained in:
kyori19 2020-05-09 02:17:02 +09:00 committed by GitHub
commit 623eb1fe2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 1 deletions

View file

@ -30,6 +30,7 @@ data class Filter (
const val NOTIFICATIONS = "notifications"
const val PUBLIC = "public"
const val THREAD = "thread"
const val ACCOUNT = "account"
}
override fun hashCode(): Int {