1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Add previews cache system between pods

This commit is contained in:
Chocobozzz 2017-07-12 11:56:02 +02:00
parent 075f16caac
commit f981dae861
27 changed files with 202 additions and 16 deletions

View file

@ -35,6 +35,8 @@ export interface OAuthTokenAttributes {
refreshToken: string
refreshTokenExpiresAt: Date
userId?: number
oAuthClientId?: number
User?: UserModel
}