Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 6755b42

Browse files
committed
Reverted appId to the payload.
1 parent 7284191 commit 6755b42

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Dashboard/Http/Controllers/SendMessage.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ public function __invoke(Request $request, ChannelManager $channelManager)
4545
$request->appId
4646
);
4747
} else {
48-
// Add 'appId' to the payload.
49-
$payload['appId'] = $request->appId;
50-
5148
$channelManager->broadcastAcrossServers(
5249
$request->appId, $request->channel, (object) $payload
5350
);

0 commit comments

Comments
 (0)