Skip to content

Commit

Permalink
bring back full RelatedArticle message (upsi)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryherbig committed Dec 20, 2023
1 parent 2475eaa commit f1168e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions stroeer/page/article/v1/article_page.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f1168e9

Please sign in to comment.