From 61cc1c03bf6f12af7c1b2e2a7d2fdaa563c37b59 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Dec 2021 16:43:03 +0100 Subject: Support official plugins --- shared/models/plugins/plugin-index/peertube-plugin-index.model.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared') diff --git a/shared/models/plugins/plugin-index/peertube-plugin-index.model.ts b/shared/models/plugins/plugin-index/peertube-plugin-index.model.ts index e91c8b4dc..36dfef943 100644 --- a/shared/models/plugins/plugin-index/peertube-plugin-index.model.ts +++ b/shared/models/plugins/plugin-index/peertube-plugin-index.model.ts @@ -9,6 +9,8 @@ export interface PeerTubePluginIndex { latestVersion: string + official: boolean + name?: string installed?: boolean } -- cgit v1.2.3