Skip to content

Commit

Permalink
fix ApiVersion.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Nov 5, 2023
1 parent 0a1f150 commit 4fdf1b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/room/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ func (manager *RoomManagerCtx) GetSettings(ctx context.Context, id string) (*typ
}

settings := types.RoomSettings{
ApiVersion: labels.ApiVersion,
Name: labels.Name,
NekoImage: labels.NekoImage,
MaxConnections: labels.Epr.Max - labels.Epr.Min + 1,
Expand Down

0 comments on commit 4fdf1b9

Please sign in to comment.