mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Add banners support
This commit is contained in:
parent
f479685678
commit
2cb03dc1f4
33 changed files with 392 additions and 240 deletions
|
@ -9,7 +9,7 @@ export interface ActivityIdentifierObject {
|
|||
export interface ActivityIconObject {
|
||||
type: 'Image'
|
||||
url: string
|
||||
mediaType: 'image/jpeg' | 'image/png'
|
||||
mediaType: string
|
||||
width?: number
|
||||
height?: number
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue