Skip to content
  • Philipp Hörist's avatar
    Fix LMC in when ChatControl is not open · 5db3dc55
    Philipp Hörist authored
    When the ChatControl is not open we create a ChatEvent. The current
    message id was not passed to ChatEvent. So on correction the
    ConversationTextview could not find the messages it was supposed to correct
    
    This adds a message_id attr to ChatEvent.
    5db3dc55