From b41ff55c3e90615ec05492b28fd8320efd1e2118 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Wed, 27 Feb 2019 14:43:34 -0500 Subject: [PATCH] channel tags --- v2/proto/claim.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/proto/claim.proto b/v2/proto/claim.proto index 1ea98f1..0bca6b2 100644 --- a/v2/proto/claim.proto +++ b/v2/proto/claim.proto @@ -19,6 +19,7 @@ message Channel { string description = 3; string contact_email = 4; string homepage_url = 5; + repeated string tags = 6; string thumbnail_url = 16; string cover_url = 17;