Fix communication with mastodon

This commit is contained in:
Chocobozzz 2018-01-12 15:35:30 +01:00
parent bd37753083
commit 9fb3abfdac
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 11 additions and 11 deletions

View file

@ -20,7 +20,7 @@ export interface ActivityIconObject {
export interface ActivityUrlObject {
type: 'Link'
mimeType: 'video/mp4' | 'video/webm' | 'application/x-bittorrent' | 'application/x-bittorrent;x-scheme-handler/magnet'
url: string
href: string
width: number
size?: number
}