From 18b63919f2b4fd981cf31a52f6a2362396bbb286 Mon Sep 17 00:00:00 2001 From: Nicholas Molnar <65710+neekolas@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:06:51 -0300 Subject: [PATCH] fix: add comment --- proto/identity/api/v1/identity.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/identity/api/v1/identity.proto b/proto/identity/api/v1/identity.proto index 028f6e8..8c95fd1 100644 --- a/proto/identity/api/v1/identity.proto +++ b/proto/identity/api/v1/identity.proto @@ -53,6 +53,7 @@ service IdentityApi { }; } + // Subscribe to a stream of addresses associated and revoked from all inboxes on the network rpc SubscribeAssociationChanges(SubscribeAssociationChangesRequest) returns (stream SubscribeAssociationChangesResponse) { option (google.api.http) = { post: "/identity/v1/subscribe-association-changes"