1
0

fix: 引用内の文章をnyaizeをしないように (#9141)

* fix nyaize in quote

* Update CHANGELOG.md

* for ofのほうが早いらしい

* Update NoteEntityService.ts

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
kabo2468
2022-11-17 09:34:23 +09:00
committed by GitHub
parent 746fac0dfe
commit 456705a3d5
2 changed files with 12 additions and 3 deletions
+1
View File
@@ -20,6 +20,7 @@ You should also include the user name that made the change.
### Improvements
### Bugfixes
- Server: 引用内の文章がnyaizeされてしまう問題を修正 @kabo2468
- Server: Bug fix for Pinned Users lookup on instance @squidicuzz
- Client: インスタンスティッカーのfaviconを読み込む際に偽サイト警告が出ることがあるのを修正 @syuilo