Open the message_macros template of the theme you are using and find the following code:
<xf:avatar user="$user" size="m" defaultname="{$fallbackName}" itemprop="{{ $includeMicrodata ? 'image' : '' }}" />
Replace with the following code:
<xf:if is="$xf.options.showMessageOnlineStatus &&...