Fix some imports and remove unneeded functions(as per the upstream code).

This commit is contained in:
KotlinGeekDev
2025-03-11 13:56:16 +01:00
parent 3b140b16eb
commit 4855126d6d
2 changed files with 0 additions and 3 deletions
@@ -52,7 +52,6 @@ import com.vitorpamplona.amethyst.ui.feeds.FeedContentState
import com.vitorpamplona.amethyst.ui.feeds.FeedState
import com.vitorpamplona.amethyst.ui.feeds.InvalidatableContent
import com.vitorpamplona.amethyst.ui.screen.loggedIn.lists.FollowSetFeedViewModel
import com.vitorpamplona.quartz.nip17Dm.ChatroomKey
import com.vitorpamplona.quartz.nip17Dm.base.ChatroomKey
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.ExperimentalCoroutinesApi
@@ -67,8 +67,6 @@ abstract class GeneralListEvent(
fun description() = tags.firstOrNull { it.size > 1 && it[0] == "description" }?.get(1)
fun nameOrTitle() = name()?.ifBlank { null } ?: title()?.ifBlank { null }
fun filterTagList(
key: String,
privateTags: Array<Array<String>>?,