mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-28 19:44:00 -06:00
Add fixme info
This commit is contained in:
parent
038e1f3de5
commit
b25fdc73fd
@ -17,6 +17,7 @@ import {
|
|||||||
} from '../initializers/constants'
|
} from '../initializers/constants'
|
||||||
|
|
||||||
// Only used for typings
|
// Only used for typings
|
||||||
|
// TODO: remove when https://github.com/microsoft/TypeScript/issues/37181 is fixed
|
||||||
const redisClientWrapperForType = () => createClient<{}>()
|
const redisClientWrapperForType = () => createClient<{}>()
|
||||||
|
|
||||||
class Redis {
|
class Redis {
|
||||||
|
@ -1617,7 +1617,7 @@ paths:
|
|||||||
'403':
|
'403':
|
||||||
description: cannot terminate an ownership change of another user
|
description: cannot terminate an ownership change of another user
|
||||||
'404':
|
'404':
|
||||||
description: video owneship change not found
|
description: video ownership change not found
|
||||||
|
|
||||||
'/videos/ownership/{id}/refuse':
|
'/videos/ownership/{id}/refuse':
|
||||||
post:
|
post:
|
||||||
@ -1634,7 +1634,7 @@ paths:
|
|||||||
'403':
|
'403':
|
||||||
description: cannot terminate an ownership change of another user
|
description: cannot terminate an ownership change of another user
|
||||||
'404':
|
'404':
|
||||||
description: video owneship change not found
|
description: video ownership change not found
|
||||||
|
|
||||||
'/videos/{id}/give-ownership':
|
'/videos/{id}/give-ownership':
|
||||||
post:
|
post:
|
||||||
|
Loading…
Reference in New Issue
Block a user