Fix fps federation
This commit is contained in:
parent
590fb50690
commit
b2977eecb8
14 changed files with 104 additions and 90 deletions
|
@ -22,7 +22,9 @@ export interface ActivityUrlObject {
|
|||
mimeType: 'video/mp4' | 'video/webm' | 'application/x-bittorrent' | 'application/x-bittorrent;x-scheme-handler/magnet'
|
||||
href: string
|
||||
width: number
|
||||
|
||||
size?: number
|
||||
fps?: number
|
||||
}
|
||||
|
||||
export interface ActivityPubAttributedTo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue