diff --git a/CHANGELOG.md b/CHANGELOG.md index 039a0ec08e..e44ac75b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ You should also include the user name that made the change. - Client: Improve deck UI @syuilo - Client: Word mute also checks content warnings @Johann150 - Client: メニューからページをリロードできるように @syuilo +- Client: Improve emoji picker performance @syuilo - ユーザーにモデレーションメモを残せる機能 @syuilo - Make possible to delete an account by admin @syuilo - Improve player detection in URL preview @mei23 diff --git a/package.json b/package.json index d86750411e..ccdfa727fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.112.0-beta.18", + "version": "12.112.0-beta.20", "codename": "indigo", "repository": { "type": "git", diff --git a/packages/backend/src/server/web/boot.js b/packages/backend/src/server/web/boot.js index e82de8e14d..9fc536555a 100644 --- a/packages/backend/src/server/web/boot.js +++ b/packages/backend/src/server/web/boot.js @@ -106,39 +106,15 @@ function renderError(code, details) { let errorsElement = document.getElementById('errors'); if (!errorsElement) { - document.getElementsByTagName("head")[0].insertAdjacentHTML( - "beforeend", - ``); document.documentElement.innerHTML = ` - -
Don't worry, it's (probably) not your fault.
-If the problem persists after refreshing, please contact your instance's administrator.
You may also try the following options:
If the problem persists, please contact the administrator. You may also try the following options:
+ERROR CODE: ${code}
ERROR CODE: ${code}