feat: support <plain> syntax for mfm

This commit is contained in:
syuilo 2022-07-12 12:03:38 +09:00
parent 660781afd9
commit 4550a4459b
3 changed files with 11 additions and 0 deletions

View file

@ -12,6 +12,7 @@ You should also include the user name that made the change.
## 12.x.x (unreleased)
### Improvements
- Support <plain> syntax for MFM
### Bugfixes
- Server: Fix crash at startup if TensorFlow is not supported @mei23