review-heatmap
review-heatmap copied to clipboard
Update collection reference when switching profiles
Due to an oversight between HeatmapController and ActivityReporter, we currently do not properly reconnect to the new collection when switching profiles. We should either drop storing a reference to the collection in the first place, always accessing it via mw.col, or subscribe to a profile switch hook and update the reference.
Split off from #153
Potentially related: #177