1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-02 12:34:22 +02:00

[ci skip] fix(client): fix post button of channel

This commit is contained in:
syuilo
2023-03-05 20:48:46 +09:00
parent 517a7f96c8
commit 9f73c23b38

View File

@@ -85,7 +85,7 @@ function edit() {
function openPostForm() {
os.post({
channel: {
id: channel.channelId,
id: channel.id,
},
});
}