Update peertube

This commit is contained in:
Chocobozzz 2022-01-31 11:49:06 +01:00
parent a4564579c2
commit 9f8ef2e945
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit b033851fb54241bb703f86add025229e68cc6f59
Subproject commit 3e8c3fcdb063e2d8f4b3ba04fdcdeda588538751

View File

@ -1,5 +1,5 @@
export interface IndexableDoc {
elasticSearchId: string
host: string
url?: string
url: string
}