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:
parent
075f16caac
commit
f981dae861
27 changed files with 202 additions and 16 deletions
|
@ -35,6 +35,8 @@ export interface OAuthTokenAttributes {
|
|||
refreshToken: string
|
||||
refreshTokenExpiresAt: Date
|
||||
|
||||
userId?: number
|
||||
oAuthClientId?: number
|
||||
User?: UserModel
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue