Skip to content

Commit

Permalink
タグを付与する設定値を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
hatopopvr committed Sep 13, 2023
1 parent 3a36cdf commit cd3ce1d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion MisskeyDestroyerWatchPlugin.is
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// @ 0.13.3
### {
name: "通知からリアクションを一覧で表示するプラグイン",
version: "0.1.0",
version: "0.1.1",
author: "はとぽぷ",
description: "直近100件の通知のリアクションを取得",
permissions: ["read:notifications"],
Expand Down Expand Up @@ -87,6 +87,11 @@
type: "string",
label: "投稿用テキストでのReaction間セパレータ",
default: ""
},
resultFooterTagText: {
type: "string",
label: "投稿用テキストのフッターに追加するタグテキスト",
default: "#MisskeyDestroyerWatch"
}
}
}
Expand Down Expand Up @@ -223,6 +228,9 @@
}
destroyerCount = destroyerCount + 1
}

resultTextList.push(`{config.resultFooterTagText}`)

// 結合
let dialogText = dialogTextList.join(Str:lf)
if (overrideResultText == true) {
Expand Down

0 comments on commit cd3ce1d

Please sign in to comment.