Currently, when any talk is marked as favourite, this update is not propagated to the screens rendering talks data. These screens reload its data every time they are opened and that's why it looks like marking as favourite is reactive.
We should implement this properly to stop using the refresh data trick on every screen opening.