@ecency/render-helper 2.2.34 → 2.2.35

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecency/render-helper",
3
- "version": "2.2.34",
3
+ "version": "2.2.35",
4
4
  "description": "Markdown+Html Render helper",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,6 +23,7 @@ export function cleanReply(s: string): string {
23
23
  .filter(item => item.toLowerCase().includes('▶️ [watch on 3speak](https://3speak') === false)
24
24
  .filter(item => item.toLowerCase().includes('<sup><sub>posted via [inji.com]') === false)
25
25
  .filter(item => item.toLowerCase().includes('view this post on [liketu]') === false)
26
+ .filter(item => item.toLowerCase().includes('[via Inbox]') === false)
26
27
  .join('\n') : '')
27
28
  .replace('Posted via <a href="https://d.buzz" data-link="promote-link">D.Buzz</a>', '')
28
29
  .replace('<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>', '')