Fix "Go to message" from search results.
We load history all the way back to that exact message, so scrollTo() goes to y=0, which used to trigger loadHistoryRequested() as if the user had scrolled up there manually. => temporarily disconnect from the signal when the scrolling up is due to scrollTo().