mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-25 15:00:55 +02:00
Keeping the report filter.
This commit is contained in:
@@ -49,7 +49,7 @@ object NostrSingleUserDataSource: NostrDataSource<User>("SingleUserFeed") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun updateChannelFilters() {
|
override fun updateChannelFilters() {
|
||||||
userChannel.filter = listOfNotNull(createUserFilter()).flatten()
|
userChannel.filter = listOfNotNull(createUserFilter(), createUserReportFilter()).flatten()
|
||||||
}
|
}
|
||||||
|
|
||||||
fun add(userId: String) {
|
fun add(userId: String) {
|
||||||
|
Reference in New Issue
Block a user