mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-08-08 13:11:51 +02:00
Fixes channels as hidden users.
This commit is contained in:
@@ -34,7 +34,7 @@ val DefaultChannels = setOf(
|
||||
class Account(
|
||||
val loggedIn: Persona,
|
||||
val followingChannels: MutableSet<String> = DefaultChannels.toMutableSet(),
|
||||
val hiddenUsers: MutableSet<String> = DefaultChannels.toMutableSet()
|
||||
val hiddenUsers: MutableSet<String> = mutableSetOf()
|
||||
) {
|
||||
|
||||
fun userProfile(): User {
|
||||
|
Reference in New Issue
Block a user