Add ability to embed a video in Twitter
The instance should be whitelisted first
This commit is contained in:
parent
c7b0dacb28
commit
8be1afa12b
14 changed files with 355 additions and 213 deletions
|
@ -14,6 +14,13 @@ export interface CustomConfig {
|
|||
}
|
||||
}
|
||||
|
||||
services: {
|
||||
twitter: {
|
||||
username: string
|
||||
whitelisted: boolean
|
||||
}
|
||||
}
|
||||
|
||||
cache: {
|
||||
previews: {
|
||||
size: number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue