Skip to content

Fix bold + line break in Diaspora import

Tobias Wolter requested to merge towo/addons:fix/diaspora-bold+linebreak into master

Currently, when importing a Diaspora post like

**foo**
bar

It will render as "foobar" in HubZilla.

Setting preserve_lf at strategic locations will fix this behaviour.

I'm not sure if it should be set at other locations like the event description converter, so I just set it for private messages and public posts.

Merge request reports