Skip to content

Commit 5e32dfe

Browse files
nang2049Nevyana Angelova
andauthored
MM-68540: Drop redundant user_id from refresh WS payload (#1004)
Co-authored-by: Nevyana Angelova <nevyangelova@192.168.100.47>
1 parent f53d760 commit 5e32dfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/plugin/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@ func (p *Plugin) sendRefreshEvent(userID string) {
13281328

13291329
p.client.Frontend.PublishWebSocketEvent(
13301330
wsEventRefresh,
1331-
map[string]any{"user_id": userID},
1331+
nil,
13321332
&model.WebsocketBroadcast{UserId: userID},
13331333
)
13341334
}

0 commit comments

Comments
 (0)