atsuchan
atsuchan
We can set `REDIS_DB` `REDIS_PASSWORD` `REDIS_URL` to `.env.production`. However sample file doesn't contain them. Adding value should help admins set up.
## Summary Misskey v12からカスタム絵文字を追加する際にはユーザーのドライブにファイルをアップロードしてから、登録するようになっている。 カスタム絵文字を追加したユーザーがアカウント削除するとドライブのファイルが削除されることから、当該カスタム絵文字の画像ファイルを参照できなくなる。 このためカスタム絵文字はユーザーのドライブではなく、何らかの専用領域に保管するようにすることが望ましい。 ワークアラウンドとしてMisskey v11のようにカスタム絵文字をURIで登録できるようにするのも考えられる。 Starting with Misskey v12, when adding a custom emoji, a file must be uploaded to the user's drive before it can be...
# What Fix: Constraint of `abuse_user_report` table Use `CREATE INDEX IF NOT EXISTS` because the instance built before [12.116.1](https://github.com/misskey-dev/misskey/releases/tag/12.116.1) has this index. Drop and Re-add Constraint `FK_a9021cc2e1feb5f72d3db6e9f5f` if exists because...
# What Add dialog to remove follower # Why Resolves https://github.com/misskey-dev/misskey/issues/9140
forward proxy is not available if http2 is ON And Misskey original proxy is not using http2. fix: https://github.com/misskey-dev/media-proxy/issues/10
## What ドメインブロックとサーバーサイレンスを`endsWith`で評価しているが 現状完全一致したものしか一覧には表示されないので整合性が取れてないため `federation/instances`を`endsWith`に対応させる ## Why Fix: https://github.com/misskey-dev/misskey/pull/9263 Fix: https://github.com/misskey-dev/misskey/pull/12031 ## Additional info (optional) tested on our developing environment ## Checklist - [x] Read the [contribution guide](https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md) - [x]...