setOnGoingUserAvail method

void setOnGoingUserAvail()

Implementation

void setOnGoingUserAvail() {
  debugPrint("setOnGoingUserAvail");
  Mirrorfly.setOnGoingChatUser(jid: profile.jid.checkNull());
  SessionManagement.setCurrentChatJID(profile.jid.checkNull());
  markConversationReadNotifyUI();
  cancelNotification();
}