From f1168e9ee98510b1628c458c37f46d5ebb0bb551 Mon Sep 17 00:00:00 2001 From: Harry Herbig Date: Wed, 20 Dec 2023 10:13:52 +0100 Subject: [PATCH] bring back full RelatedArticle message (upsi) --- stroeer/page/article/v1/article_page.proto | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stroeer/page/article/v1/article_page.proto b/stroeer/page/article/v1/article_page.proto index 156eb8bf..b412d72a 100644 --- a/stroeer/page/article/v1/article_page.proto +++ b/stroeer/page/article/v1/article_page.proto @@ -45,11 +45,13 @@ message RelatedArticle { // thus not containing any data that is only required on detail pages). stroeer.core.v1.Article article = 1; - // Source of the related article. + // Deprecated (since 04.04.2023) source of the related article in form of an enum. RelatedArticleSource source = 2; -} // Source of the related article. + string related_article_source = 3; +} + enum RelatedArticleSource { // Not specified. RELATED_ARTICLE_SOURCE_UNSPECIFIED = 0;