Skip to content

messagebox: remove MessageContent from MessageBox

Julian Sparber requested to merge jsparber/fractal:messagebox into master

The MessageConetent is removed from the MessageBox, because it is not really needed there and we should try to not make copies of a Message. This also makes always use of &MessageConetent instead of some times cloneing it.

Merge request reports