review-heatmap icon indicating copy to clipboard operation
review-heatmap copied to clipboard

Update collection reference when switching profiles

Open glutanimate opened this issue 3 years ago • 1 comments

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

glutanimate avatar May 23 '22 21:05 glutanimate

Potentially related: #177

glutanimate avatar Jan 18 '23 20:01 glutanimate