🎁 NEW RELEASE: 2025.3.0-alpha.0 is out. Enjoy!
misskey-dev/misskeyのIssue, プルリクエスト, コミットなどのイベントを逐次投稿します。
Post every issue, pull request, commit and other events on misskey-dev/misskey.
Managed by @aqz
Bot Source Code (forked): https://github.com/tamaina/misskey-github-notifier
📦 New Pull Request: "deps: update pnpm to v10"
https://github.com/misskey-dev/misskey/pull/15588
💬 Commented on "ユーザーのノート一覧の"ファイル付き"にチャンネル投稿やリプライも含まれるようにして欲しい": Sayamame-beans "リプライについても検討しましたが、現状はwithRepliesとwithFilesを同時に有効に出来ないので仕様に手を加えないと実現出来ないですね…
```json
{
message: 'Specifying both withReplies and withFiles is not supported',
code: 'BOTH_WITH_REPLIES_AND_WITH_FILES',
id: '91c8cb9f-36ed-46e7-9ca2-7df96ed6e222',
kind: 'client',
}
```"
https://github.com/misskey-dev/misskey/issues/15590#issuecomment-2694456353
💬 Commented on "[削除して編集]ウィンドウを閉じると、編集中の内容が完全に消えてしまう": KisaragiEffective "これはTwitterのように「削除したけど再投稿されていない下書き」を持っておくことで解決できる課題だったと思うのですが、 #15545 のPRはそれとは異なるように思います。
#15545 の変更によりノートが実際に削除されるタイミングが変わって実質的な編集という意義を損ない、混乱を招くと予想されるため、2025.3.0リリースの前に再度議論されるべきだと考えます。
"
https://github.com/misskey-dev/misskey/issues/14498#issuecomment-2700928076
💬 Commented on "[削除して編集]ウィンドウを閉じると、編集中の内容が完全に消えてしまう": Sayamame-beans "#15298 で下書きが実装されたタイミングで保存可能になればこの問題は解決しそうではありますね"
https://github.com/misskey-dev/misskey/issues/14498#issuecomment-2700932922
💮 Issue closed: #14364 "Firefox-based browsers hanging completely for 6-8 seconds straight when loading Misskey"
https://github.com/misskey-dev/misskey/issues/14364
💯 Pull Request Merged!: "Release: 2025.3.0"
https://github.com/misskey-dev/misskey/pull/15585
💯 Pull Request Merged!: "feat(frontend): 設定の検索"
https://github.com/misskey-dev/misskey/pull/15505
💮 Issue closed: #14533 "node24: corepack being removed in next major release"
https://github.com/misskey-dev/misskey/issues/14533
💬 Commented on "2025.3.1-beta.0に更新後、docker上で起動しない": 4ster1sk "```
$ git clone https://github.com/misskey-dev/misskey.git
$ cd misskey
$ cp .config/docker_example.env .config/docker.env
$ docker compose -f compose_example.yml up
```
で起動したところ起きました"
https://github.com/misskey-dev/misskey/issues/15622#issuecomment-2707696095
💬 Commented on "2025.3.1-beta.0に更新後、docker上で起動しない": samunohito "上記のとおりでした。
aptなどの実行後にpnpmをインストールするスクリプトを入れたところ起動出来ることを確認しました。
"
https://github.com/misskey-dev/misskey/issues/15622#issuecomment-2707770508