Add FollowSet class, and property in User.
This commit is contained in:
@@ -76,6 +76,13 @@ class PeopleListEvent(
|
||||
}
|
||||
}
|
||||
|
||||
class FollowSet(
|
||||
val isPrivate: Boolean,
|
||||
val title: String,
|
||||
val description: String?,
|
||||
val profileList: Set<String>,
|
||||
)
|
||||
|
||||
@Immutable
|
||||
class UsersAndWords(
|
||||
val users: Set<String> = setOf(),
|
||||
|
||||
Reference in New Issue
Block a user