From e4854a18c3381f7a5c0327bff175ccd742dc947f Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 20 Nov 2020 09:55:15 +0100 Subject: [PATCH] Update CustomQuoter.plugin.js --- Plugins/CustomQuoter/CustomQuoter.plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins/CustomQuoter/CustomQuoter.plugin.js b/Plugins/CustomQuoter/CustomQuoter.plugin.js index 0aa7b2cfe6..178e559b38 100644 --- a/Plugins/CustomQuoter/CustomQuoter.plugin.js +++ b/Plugins/CustomQuoter/CustomQuoter.plugin.js @@ -341,6 +341,7 @@ module.exports = (_ => { BDFDB.NotificationUtils.toast("Quote has been copied to clipboard", {type: "success"}); } else BDFDB.LibraryModules.MessageManageUtils.quoteMessage(channel, message); + //function(e,t){var n=(0,h.createQuotedText)(t,e);v.ComponentDispatch.dispatchToLastSubscribed(E.ComponentActions.INSERT_QUOTE_TEXT,{text:n}),p.default.track(E.AnalyticEvents.REPLY_STARTED,{channel_id:e.id,author_id:t.author.id})} } parseQuote (message, channel, choice = format) {