Add ability to embed a video in Twitter

The instance should be whitelisted first
This commit is contained in:
Chocobozzz 2018-05-10 12:26:47 +02:00
parent c7b0dacb28
commit 8be1afa12b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
14 changed files with 355 additions and 213 deletions

View file

@ -14,6 +14,13 @@ export interface CustomConfig {
}
}
services: {
twitter: {
username: string
whitelisted: boolean
}
}
cache: {
previews: {
size: number