mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
Fixes channels as hidden users.
This commit is contained in:
parent
68bb6b3479
commit
30ab477d7d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user