mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
settings users last seen
This commit is contained in:
parent
27fad84f9e
commit
bfa61d3987
3 changed files with 18 additions and 3 deletions
|
@ -62,6 +62,7 @@ export const EMPTY_USER: IUser = {
|
|||
|
||||
last_seen: null,
|
||||
last_seen_messages: null,
|
||||
last_seen_boris: null,
|
||||
};
|
||||
|
||||
export interface IApiUser {
|
||||
|
|
|
@ -18,6 +18,7 @@ export interface IUser {
|
|||
|
||||
last_seen: string;
|
||||
last_seen_messages: string;
|
||||
last_seen_boris: string;
|
||||
|
||||
is_activated: boolean;
|
||||
is_user: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue