mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add last login date to users
This commit is contained in:
@@ -2,6 +2,10 @@ import { VideoRedundancyStrategyWithManual } from '../redundancy'
|
||||
|
||||
export interface ServerStats {
|
||||
totalUsers: number
|
||||
totalDailyActiveUsers: number
|
||||
totalWeeklyActiveUsers: number
|
||||
totalMonthlyActiveUsers: number
|
||||
|
||||
totalLocalVideos: number
|
||||
totalLocalVideoViews: number
|
||||
totalLocalVideoComments: number
|
||||
|
||||
@@ -52,6 +52,8 @@ export interface User {
|
||||
createdAt: Date
|
||||
|
||||
pluginAuth: string | null
|
||||
|
||||
lastLoginDate: Date | null
|
||||
}
|
||||
|
||||
export interface MyUserSpecialPlaylist {
|
||||
|
||||
Reference in New Issue
Block a user