<FromGitter>
<Blacksmoke16> mine has white text, try clearing cache/refreshing
<FromGitter>
<Blacksmoke16> or maybe you have some extension thats altering it
alexherbo21 has joined #amber
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo21 is now known as alexherbo2
alexherbo25 has joined #amber
alexherbo2 has quit [Ping timeout: 258 seconds]
alexherbo25 is now known as alexherbo2
<FromGitter>
<silentworks> That's weird, because in Firefox its that way but in Chrome I see white text
<FromGitter>
<silentworks> I'm now convinced that Firefox is mad, it's stating the correct colour in the developer tools while displaying the wrong colour on screen.
<FromGitter>
<silentworks> So turning off the `font-family` on the code section fixes the issue, it seems it doesn't like something about Source Code Pro
<FromGitter>
<andrewc910> And going into `Amber::WebSockets::SubscriptionManager` should show 2 channels in the property `subscriptions`?
<FromGitter>
<andrewc910> Or is line working properly `topic_channels = @@channels.select { |ch| WebSockets.topic_path(ch[:path]) == topic_path }` and any topic with `chat_room:x` should go to the same channel instance?
<FromGitter>
<damianham> @eliasjpr @drujensen I just opened a PR #1231 that fixes the json response Content-Type header. I would appreciate a quick review (it's a 1 line change) and merge so I can deploy to production without editing the amber src each time. Thanks