Skip to content

Commit

Permalink
Merge branch 'taiyme' into taiyme
Browse files Browse the repository at this point in the history
  • Loading branch information
1673beta authored Sep 29, 2024
2 parents e3671b8 + ab3099c commit 57a12a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/backend/src/server/ServerModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import { HybridTimelineChannelService } from './api/stream/channels/hybrid-timel
import { LocalTimelineChannelService } from './api/stream/channels/local-timeline.js';
import { VmimiRelayTimelineChannelService } from './api/stream/channels/vmimi-relay-timeline.js';
import { VmimiHybridTimelineChannelService } from './api/stream/channels/vmimi-hybrid-timeline.js';

import { QueueStatsChannelService } from './api/stream/channels/queue-stats.js';
import { ServerStatsChannelService } from './api/stream/channels/server-stats.js';
import { UserListChannelService } from './api/stream/channels/user-list.js';
Expand Down Expand Up @@ -91,6 +92,7 @@ import { ReversiGameChannelService } from './api/stream/channels/reversi-game.js
LocalTimelineChannelService,
VmimiRelayTimelineChannelService,
VmimiHybridTimelineChannelService,

QueueStatsChannelService,
ServerStatsChannelService,
UserListChannelService,
Expand Down

0 comments on commit 57a12a5

Please sign in to comment.