@ecency/render-helper 2.2.12 → 2.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,8 +21,8 @@ function cleanReply(s) {
21
21
  .filter(function (item) { return item.toLowerCase().includes('read this post on travelfeed.io for the best experience') === false; })
22
22
  .filter(function (item) { return item.toLowerCase().includes('posted via <a href="https://www.dporn.co/"') === false; })
23
23
  .filter(function (item) { return item.toLowerCase().includes('▶️ [watch on 3speak](https://3speak') === false; })
24
- .filter(function (item) { return item.toLowerCase().includes('<sup><sub>Posted via [inji.com]') === false; })
25
- .filter(function (item) { return item.toLowerCase().includes('view this post on [Liketu]') === false; })
24
+ .filter(function (item) { return item.toLowerCase().includes('<sup><sub>posted via [inji.com]') === false; })
25
+ .filter(function (item) { return item.toLowerCase().includes('view this post on [liketu]') === false; })
26
26
  .join('\n') : '')
27
27
  .replace('Posted via <a href="https://d.buzz" data-link="promote-link">D.Buzz</a>', '')
28
28
  .replace('<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>', '');