✨ Allow authorization in get feed api
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user