Skip to content

Commit 077608b

Browse files
committed
redesign
1 parent 2fb2908 commit 077608b

File tree

5 files changed

+223
-238
lines changed

5 files changed

+223
-238
lines changed

coderd/workspaces.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,11 +2090,6 @@ func (api *API) publishWorkspaceUpdate(ctx context.Context, ownerID uuid.UUID, e
20902090
api.Logger.Warn(ctx, "failed to publish workspace update",
20912091
slog.F("workspace_id", event.WorkspaceID), slog.Error(err))
20922092
}
2093-
err = api.Pubsub.Publish(codersdk.AllWorkspacesNotifyChannel, []byte(workspaceID.String()))
2094-
if err != nil {
2095-
api.Logger.Warn(ctx, "failed to publish all workspaces update",
2096-
slog.F("workspace_id", workspaceID), slog.Error(err))
2097-
}
20982093
}
20992094

21002095
func (api *API) publishWorkspaceAgentLogsUpdate(ctx context.Context, workspaceAgentID uuid.UUID, m agentsdk.LogsNotifyMessage) {

0 commit comments

Comments
 (0)