aboutsummaryrefslogtreecommitdiff
path: root/pb/xesite.proto
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-05-24 19:07:14 -0400
committerXe Iaso <me@xeiaso.net>2024-05-24 19:07:14 -0400
commit547402bebe0b17837cfdfd2ccb9cef1e9236516c (patch)
tree17a39988c9df0d2134d5dac279b220afc584d3c3 /pb/xesite.proto
parent6c74ae14408597753c23b6bb0601a17bdfe9b9bc (diff)
downloadxesite-547402bebe0b17837cfdfd2ccb9cef1e9236516c.tar.xz
xesite-547402bebe0b17837cfdfd2ccb9cef1e9236516c.zip
fix events API
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'pb/xesite.proto')
-rw-r--r--pb/xesite.proto6
1 files changed, 0 insertions, 6 deletions
diff --git a/pb/xesite.proto b/pb/xesite.proto
index e7f426a..aea867c 100644
--- a/pb/xesite.proto
+++ b/pb/xesite.proto
@@ -33,10 +33,4 @@ message BuildInfo {
service Feed {
// Get fetches the current feed of posts.
rpc Get(google.protobuf.Empty) returns (protofeed.Feed);
-}
-
-// Events lets users fetch the current feed of events that Xe will be attending.
-service Events {
- // Get fetches the current feed of upcoming events.
- rpc Get(google.protobuf.Empty) returns (within.website.x.mi.EventFeed);
} \ No newline at end of file