Ticket #39719: patch-coreapi-callbacks.c.diff

File patch-coreapi-callbacks.c.diff, 463 bytes (added by gallafent, 9 years ago)
  • coreapi/callbacks.c

    old new  
    10511051        calls = linphone_core_get_calls(chat_msg->chat_room->lc);
    10521052
    10531053        chat_msg->state=chatStatusSal2Linphone(status);
    1054         chat_msg->reason=reason;
    10551054        linphone_chat_message_store_state(chat_msg);
    10561055        if (chat_msg && chat_msg->cb) {
    10571056                ms_message("Notifying text delivery with status %i",chat_msg->state);