Skip to content

Commit

Permalink
Fix more bad merging
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Jul 12, 2023
1 parent 1a4c2d3 commit 9de9301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync3/handler/connstate.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func (s *ConnState) onIncomingRequest(reqCtx context.Context, req *sync3.Request
internal.Logf(reqCtx, "connstate", "list[%v] prev_empty=%v curr=%v", key, l.Prev == nil, listData)
}
for roomID, sub := range s.muxedReq.RoomSubscriptions {
internal.Logf(ctx, "connstate", "room sub[%v] %v", roomID, sub)
internal.Logf(reqCtx, "connstate", "room sub[%v] %v", roomID, sub)
}

// work out which rooms we'll return data for and add their relevant subscriptions to the builder
Expand Down

0 comments on commit 9de9301

Please sign in to comment.