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

Thanks Jörg.
LIB-17
positron 1 year ago
parent ecae4c4ca1
commit c74c428714

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

Loading…
Cancel
Save