Skip to content

manager: Remove a redundant variable

chatty_conv->tab_cont and chatty_conv->chat_view were pointing to the same widget. So unify code to use chatty_conv->chat_view everywhere and remove the unused variable.

Merge request reports