Browse Source

empty_message_copy: copy the rating as well (Jörg Knobloch discovered the bug)

Thanks Jörg.
lucasaiu/message-struct-change
Luca Saiu 4 years ago
parent
commit
1916cd14fb
  1. 2
      src/message_cache.cc

2
src/message_cache.cc

@ -268,6 +268,8 @@ namespace pEp {
dst->opt_fields->next = dup(src->opt_fields);
}
dst->rating = src->rating;
return dst;
}

Loading…
Cancel
Save