Add url field in caption and use it for thumbnails

This commit is contained in:
Chocobozzz 2020-01-30 11:53:38 +01:00
parent 215304eaa0
commit ca6d36227a
No known key found for this signature in database
GPG key ID: 583A612D890159BE
20 changed files with 160 additions and 82 deletions

View file

@ -1,6 +1,7 @@
export interface ActivityIdentifierObject {
identifier: string
name: string
url?: string
}
export interface ActivityIconObject {