2025-04-14 22:21:47

💥 Issue opened: #15823 "ドライブにおいて、フォルダを開いた状態でメニュー項目からアップロードを行った場合、ファイルがフォルダ内でなくルートに配置されてしまう"
https://github.com/misskey-dev/misskey/issues/15823

ドライブにおいて、フォルダを開いた状態でメニュー項目からアップロードを行った場合、ファイルがフォルダ内でなくルートに配置されてしまう · Issue #15823 · misskey-dev/misskey
2025-04-15 16:15:30

💮 Issue closed: #15449 "/users/:user/outbox のレスポンスにFTTを使う"
https://github.com/misskey-dev/misskey/issues/15449

/users/:user/outbox のレスポンスにFTTを使う · Issue #15449 · misskey-dev/misskey
2025-04-17 09:20:14

💬 Commented on "定期実行ジョブの設定を変えたりログを見たり出来る仕組みを作る": syuilo "![Image](https://github.com/user-attachments/assets/8c94ef76-69b1-4b84-b34f-8d673b1ee05c)
![Image](https://github.com/user-attachments/assets/f514f28e-2be9-4a4f-8bd0-64e60b955a3f)
![Image](https://github.com/user-attachments/assets/b570e36b-d83a-407f-909d-added7e159d0)
"
https://github.com/misskey-dev/misskey/issues/15023#issuecomment-2811305663

定期実行ジョブの設定を変えたりログを見たり出来る仕組みを作る · Issue #15023 · misskey-dev/misskey
2025-04-17 20:46:11

💬 Commented on "feat: Job queue inspector": syuilo "マージするぞ"
https://github.com/misskey-dev/misskey/pull/15856#issuecomment-2812615645

feat: Job queue inspector by syuilo · Pull Request #15856 · misskey-dev/misskey
2025-04-18 09:47:45

💬 Commented on "feat: Job queue inspector": github-actions[bot] "Thank you for sending us a great Pull Request! 👍
Please regenerate misskey-js type definitions! 🙏

example:
```sh
pnpm run build-misskey-js-with-types
```
<!-- thollander/actions-comment-pull-request "check-misskey-js-autogen" -->
"
https://github.com/misskey-dev/misskey/pull/15856#issuecomment-2814268790

feat: Job queue inspector by syuilo · Pull Request #15856 · misskey-dev/misskey
2025-04-18 12:38:47

💬 Commented on "feat: Job queue inspector": syuilo "bull-boardより高機能になってきた"
https://github.com/misskey-dev/misskey/pull/15856#issuecomment-2814460162

feat: Job queue inspector by syuilo · Pull Request #15856 · misskey-dev/misskey
2025-04-23 19:53:32

💬 Commented on "Bridgy Fed(@bsky.brid.gy@bsky.brid.gy)のフォローが出来ない": KisaragiEffective "revisit: ホストを特別扱いしないで済む方法があるか探したいところです。どうしてもという場合でも、単なるincludesではなくホスト名に対して検査するようにしないとなりすましなどのリスクがありそうです。"
https://github.com/misskey-dev/misskey/issues/13915#issuecomment-2823891559

Bridgy Fed(@bsky.brid.gy@bsky.brid.gy)のフォローが出来ない · Issue #13915 · misskey-dev/misskey
2025-04-23 21:54:52

💬 Commented on "[2025.4.0][2025.3.2]横スワイプでタイムラインの切り替えができない": nakkaa "このような実装だと問題があると言うことでしょうか。
ぱっと見動きそうですが。

```diff
diff --git a/packages/frontend/src/pages/timeline.vue b/packages/frontend/src/pages/timeline.vue
index d2bf162ce5..d327628803 100644
--- a/packages/frontend/src/pages/timeline.vue
+++ b/packages/frontend/src/pages/timeline.vue
@@ -8,6 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkStickyContainer>
<template #header><MkPageHeader v-model:tab="src" :displayMyAvatar="true" :actions="headerActions" :tabs="$i ? headerTabs : headerTabsWhenNotLogin"/></template>
<MkSpacer :contentMax="800">
+<MkSwiper v-model:tab="src" :tabs="$i ? headerTabs : headerTabsWhenNotLogin">
<MkInfo v-if="isBasicTimeline(src) && !store.r.timelineTutorials.value[src]" style="margin-bottom: var(--MI-margin);" closable @close="closeTutorial()">
{{ i18n.ts._timelineDescription[src] }}
</MkInfo>
@@ -26,6 +27,7 @@ SPDX-License-Identifier: AGPL-3.0-only
:sound="true"
@queue="queueUpdated"
/>
+</MkSwiper>
</MkSpacer>
</MkStickyContainer>
</div>
@@ -38,6 +40,7 @@ import type { Tab } from '@/components/global/MkPageHeader.tabs.vue';
import type { MenuItem } from '@/types/menu.js';
import type { BasicTimelineType } from '@/timelines.js';
import MkTimeline from '@/components/MkTimeline.vue';
+import MkSwiper from '@/components/MkSwiper.vue';
import MkInfo from '@/components/MkInfo.vue';
import MkPostForm from '@/components/MkPostForm.vue';
import * as os from '@/os.js';
```
"
https://github.com/misskey-dev/misskey/issues/15722#issuecomment-2824207623

[2025.4.0][2025.3.2]横スワイプでタイムラインの切り替えができない · Issue #15722 · misskey-dev/misskey
2025-04-27 11:47:05

💬 Commented on "MCPサーバー機能": KisaragiEffective "どういうストーリーが想定されているのかいまいち見えないですね…"
https://github.com/misskey-dev/misskey/issues/15894#issuecomment-2832916647

MCPサーバー機能 · Issue #15894 · misskey-dev/misskey
2025-04-29 18:05:09

💬 Commented on "Release: 2025.4.1": syuilo "リリースするぞ"
https://github.com/misskey-dev/misskey/pull/15842#issuecomment-2838021544

Release: 2025.4.1 by github-actions[bot] · Pull Request #15842 · misskey-dev/misskey
2025-04-29 18:47:35
Release: 2025.4.1 by github-actions[bot] · Pull Request #15842 · misskey-dev/misskey
2025-04-29 23:31:33

💬 Commented on "ローカルユーザーのAP用エンドポイントを照会すると`@username@null`に飛ばされる": KisaragiEffective "revisit: 2025.4.0-kinel.1でも健在"
https://github.com/misskey-dev/misskey/issues/14608#issuecomment-2839159140

ローカルユーザーのAP用エンドポイントを照会すると`@username@null`に飛ばされる · Issue #14608 · misskey-dev/misskey
2025-04-30 17:48:47

💬 Commented on "Release: 2025.4.1": syuilo "リリースします"
https://github.com/misskey-dev/misskey/pull/15842#issuecomment-2841263995

Release: 2025.4.1 by github-actions[bot] · Pull Request #15842 · misskey-dev/misskey
2025-04-30 18:01:47

🎁 NEW RELEASE: 2025.4.1 is out. Enjoy!

Release 2025.4.1 · misskey-dev/misskey
2025-04-30 20:10:36

💬 Commented on "enhance(backend): DB note (userId) インデクス -> (userId, id) 複合インデクスにする": atsu1125 "FYI, this migration took 8 minutes for an instance with a database size of 54 GB."
https://github.com/misskey-dev/misskey/pull/15879#issuecomment-2841640790

enhance(backend): DB note (userId) インデクス -> (userId, id) 複合インデクスにする by eternal-flame-AD · Pull Request #15879 · misskey-dev/misskey