[ci skip] fix(client): fix post button of channel
This commit is contained in:
@@ -85,7 +85,7 @@ function edit() {
|
|||||||
function openPostForm() {
|
function openPostForm() {
|
||||||
os.post({
|
os.post({
|
||||||
channel: {
|
channel: {
|
||||||
id: channel.channelId,
|
id: channel.id,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user