Skip to content

Fix the famous image-layout-bug, finally.

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

It was only happening after losing and regaining internet connection. RocketChatCache only connects to the initial RestApiRequest instance, and wasn't informed when RocketChatAccount would delete and recreate it.

Merge request reports