Skip to content

Fix "Go to message" from search results.

David Faure requested to merge work/dfaure/scrollToFix into master

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().

Merge request reports