💄 Updated the hosted site post page

This commit is contained in:
2025-11-22 13:09:57 +08:00
parent 92a4899e7c
commit 0b0598712e
6 changed files with 291 additions and 61 deletions

View File

@@ -211,7 +211,11 @@ message PostAward {
// ====================================
message GetPostRequest {
string id = 1;
oneof identifier {
string id = 1;
string slug = 2;
}
google.protobuf.StringValue publisher_id = 3;
}
message GetPostBatchRequest {