matterircd
matterircd copied to clipboard
Fix multiline replies to threads
With commit 4215119a0722506cb43fa2331619b683de05efb4, when replying to threads with a multi-line post such as:
```
Test 1
Test 2
Test 3
```
Only the first line is used, so the message becomes just:
```
This fixes that.