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 fec28cc commit d04744aCopy full SHA for d04744a
components/server/src/messaging/redis-subscriber.ts
@@ -48,11 +48,7 @@ export class RedisSubscriber implements LocalMessageBroker {
48
protected readonly disposables = new DisposableCollection();
49
50
async start(): Promise<void> {
51
-<<<<<<< HEAD
52
- const channels = [WorkspaceInstanceUpdatesChannel, PrebuildUpdatesChannel];
53
-=======
54
- const channels = [WorkspaceInstanceUpdatesChannel, HeadlessUpdatesChannel];
55
->>>>>>> 65ff502c2 ([server] Broadcast headless updates to subscribers)
+ const channels = [WorkspaceInstanceUpdatesChannel, PrebuildUpdatesChannel, HeadlessUpdatesChannel];
56
57
for (const chan of channels) {
58
await this.redis.subscribe(chan);
0 commit comments