💥 Issue opened: #15823 "ドライブにおいて、フォルダを開いた状態でメニュー項目からアップロードを行った場合、ファイルがフォルダ内でなくルートに配置されてしまう"
https://github.com/misskey-dev/misskey/issues/15823
misskey-dev/misskeyのIssue, プルリクエスト, コミットなどのイベントを逐次投稿します。
Post every issue, pull request, commit and other events on misskey-dev/misskey.
Managed by @samunohito
Bot Source Code: https://github.com/samunohito/misskey-github-notifier-next
💥 Issue opened: #15823 "ドライブにおいて、フォルダを開いた状態でメニュー項目からアップロードを行った場合、ファイルがフォルダ内でなくルートに配置されてしまう"
https://github.com/misskey-dev/misskey/issues/15823
💮 Issue closed: #15449 "/users/:user/outbox のレスポンスにFTTを使う"
https://github.com/misskey-dev/misskey/issues/15449
💬 Commented on "定期実行ジョブの設定を変えたりログを見たり出来る仕組みを作る": syuilo "

"
https://github.com/misskey-dev/misskey/issues/15023#issuecomment-2811305663
💬 Commented on "feat: Job queue inspector": syuilo "マージするぞ"
https://github.com/misskey-dev/misskey/pull/15856#issuecomment-2812615645
💬 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
💬 Commented on "feat: Job queue inspector": syuilo "bull-boardより高機能になってきた"
https://github.com/misskey-dev/misskey/pull/15856#issuecomment-2814460162
💬 Commented on "Bridgy Fed(@bsky.brid.gy@bsky.brid.gy)のフォローが出来ない": KisaragiEffective "revisit: ホストを特別扱いしないで済む方法があるか探したいところです。どうしてもという場合でも、単なるincludesではなくホスト名に対して検査するようにしないとなりすましなどのリスクがありそうです。"
https://github.com/misskey-dev/misskey/issues/13915#issuecomment-2823891559
💬 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
💬 Commented on "MCPサーバー機能": KisaragiEffective "どういうストーリーが想定されているのかいまいち見えないですね…"
https://github.com/misskey-dev/misskey/issues/15894#issuecomment-2832916647
💬 Commented on "Release: 2025.4.1": syuilo "リリースするぞ"
https://github.com/misskey-dev/misskey/pull/15842#issuecomment-2838021544
✅ Review approved: "Release: 2025.4.1"
https://github.com/misskey-dev/misskey/pull/15842#pullrequestreview-2802786520
💬 Commented on "ローカルユーザーのAP用エンドポイントを照会すると`@username@null`に飛ばされる": KisaragiEffective "revisit: 2025.4.0-kinel.1でも健在"
https://github.com/misskey-dev/misskey/issues/14608#issuecomment-2839159140
💬 Commented on "Release: 2025.4.1": syuilo "リリースします"
https://github.com/misskey-dev/misskey/pull/15842#issuecomment-2841263995
💬 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