Allow authorization in get feed api

This commit is contained in:
2025-03-15 12:47:54 +08:00
parent 6e75f69263
commit 43447a1286
2 changed files with 26 additions and 16 deletions

View File

@@ -16,7 +16,8 @@ message FeedItem {
message GetFeedRequest {
int64 limit = 1;
optional uint64 cursor = 2;
uint64 user_id = 2;
optional uint64 cursor = 3;
}
message GetFeedResponse {