Skip to content

Commit

Permalink
chore: rename FetchBufferUsers (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
frelodev committed Jan 25, 2025
1 parent 51f6bb1 commit 68efa1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/workspace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ service Workspace {
// List users in the workspace.
rpc ListUsers (common.Empty) returns (UserList);
// List users within a given buffer.
rpc ListBufferUsers (files.BufferNode) returns (UserList);
rpc FetchBufferUsers (files.BufferNode) returns (UserList);
}

// A message representing a list of users.
Expand Down Expand Up @@ -67,4 +67,4 @@ message WorkspaceEvent {
FileRename rename = 4;
FileDelete delete = 5;
}
}
}

0 comments on commit 68efa1c

Please sign in to comment.