Cleanup + Add per user store.
This commit is contained in:
parent
b27f6c6594
commit
6ecbe1f856
29 changed files with 351 additions and 202 deletions
|
|
@ -26,3 +26,7 @@ interface SessionStore {
|
|||
suspend fun getLatestSession(): SessionData?
|
||||
suspend fun removeSession(sessionId: String)
|
||||
}
|
||||
|
||||
fun List<SessionData>.toUserList(): List<String> {
|
||||
return map { it.userId }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue