From 7d8fec6549cceedf1ab3d4dc2f44e447e5e351a4 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 18 Sep 2023 00:07:23 +0200 Subject: [PATCH] Update server/api/tumdev/campus_backend.proto --- server/api/tumdev/campus_backend.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api/tumdev/campus_backend.proto b/server/api/tumdev/campus_backend.proto index 4ff8e2c0..d8b64ad9 100644 --- a/server/api/tumdev/campus_backend.proto +++ b/server/api/tumdev/campus_backend.proto @@ -400,7 +400,7 @@ message GetNewsReply { message GetNewsRequest { // the last id of the news item received. 0 to get all news items int32 last_news_id = 1; - // filter by news source id. 0 or empty to get all news items + // filter by news source id. 0 to get all news items int32 news_source = 2; }