We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4309d8 commit 98bebe5Copy full SHA for 98bebe5
proto/workspace.proto
@@ -85,7 +85,7 @@ message WorkspaceEvent {
85
86
// The union containing actual event.
87
oneof event {
88
- UserWorkspaceLeave workspace_join = 1;
+ UserJoinWorkspace workspace_join = 1;
89
UserLeaveWorkspace workspace_leave = 2;
90
FileCreate create = 3;
91
FileRename rename = 4;
0 commit comments