Add "account" filter context (#1776)
This commit is contained in:
parent
23a1701151
commit
623eb1fe2a
4 changed files with 17 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue