Update RevealAllSpoilers.plugin.js
This commit is contained in:
parent
d6d68c0bc0
commit
ac8cd2c9cb
|
@ -22,7 +22,7 @@ module.exports = (_ => {
|
|||
},
|
||||
"changeLog": {
|
||||
"fixed": {
|
||||
"Replies": "No longer reveals spoilers within reply preview if revealing all spoilers within a message"
|
||||
"Replies": "No longer reveals spoilers within reply preview if revealing all spoilers within a message."
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -101,4 +101,4 @@ module.exports = (_ => {
|
|||
}
|
||||
};
|
||||
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Reference in New Issue