【投稿ボタン】の検索結果
こんな感じでPlugin:register_note_post_interruptor(fn)試してみたけど投稿ボタン押すとInvalid Paramって出てくる
どうなっとんねん
/// @ 0.12.4
### {
name: "test"
version: "0.1.0"
author: "@jj1guj"
description: "test"
}
Plugin:register_note_post_interruptor(@(note) {
// ノートの中身を書き換える
note.text = note.text.replace('リンゴ', 'バナナ')
return note
})
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: 6718a54f to a896c39d
fix(frontend): ノート投稿ボタンにホバー時のスタイルが適用されていない (#14887)
#みーくりあ!UpdateLog