Skip to content

Commit

Permalink
Merge pull request #164 from Sayamame-beans/fix-163
Browse files Browse the repository at this point in the history
fix: note-public-to-home menu used outdated "os.api"
  • Loading branch information
Sayamame-beans authored Mar 3, 2024
2 parents b128efd + 7fbc79f commit 22da7f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@
-
### Client
-
-
### Server
-
-->

## 202x.x.x-kinel.x (unreleased)

### Client
- Fix: パブリック投稿をホーム投稿に変更するモデレーション操作がUI上で行えなくなっていた問題を修正

## 2024.3.1-kinel.1

2024.3.1と全く同一です
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/scripts/get-note-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export function getNoteMenu(props: {
}).then(({ canceled }) => {
if (canceled) return;

os.api('admin/note-public-to-home', { noteId: appearNote.id });
misskeyApi('admin/note-public-to-home', { noteId: appearNote.id });
});
}

Expand Down

0 comments on commit 22da7f3

Please sign in to comment.