Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit077608b

Browse files
committed
redesign
1 parent2fb2908 commit077608b

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-
iferr!=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)

[8]ページ先頭

©2009-2025 Movatter.jp