Jami is stripping line endings since 2022-09-01

Jami is stripping line endings since at least 2022-09-01, which is when I first noticed. Running Taranis Version: 202210311823 on Linux and Taranis - 20221007-01 on Android.

Systems:

  1. 2018 Purism Librem 15v4 running PureOS 10 [based on Debian GNU/Linux 11 (bullseye)] with GNOME 3.38.5 desktop under Xorg
  2. 2007 Apple iMac running Debian GNU/Linux 11 (bullseye) with GNOME 3.38.5 desktop under Wayland
  3. 2021 Motorola moto e running Android 10

Screenshot under PureOS 10 when first noticed on 2022-09-01:

You can use backtick strings to preserve line endings.

```
$ printf 'a'
$ printf 'b'
```