mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add stats to session state.
This commit is contained in:
parent
0f9679d6d6
commit
da252dfd31
@ -125,7 +125,11 @@ export interface MemberProfile {
|
||||
|
||||
export interface SessionState {
|
||||
is_connected: boolean
|
||||
connected_since?: Date
|
||||
not_connected_since?: Date
|
||||
is_watching: boolean
|
||||
watching_since?: Date
|
||||
not_watching_since?: Date
|
||||
}
|
||||
|
||||
export interface Session {
|
||||
|
Loading…
Reference in New Issue
Block a user