Skip to content

Commit

Permalink
update filters
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Feb 13, 2024
1 parent 616f9be commit 5664506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecency/render-helper",
"version": "2.2.30",
"version": "2.2.31",
"description": "Markdown+Html Render helper",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/methods/clean-reply.method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export function cleanReply(s: string): string {
.filter(item => item.toLowerCase().includes('posted using [dapplr') === false)
.filter(item => item.toLowerCase().includes('posted using [leofinance') === false)
.filter(item => item.toLowerCase().includes('posted via [neoxian') === false)
.filter(item => item.toLowerCase().includes('posted using [neoxian') === false)
.filter(item => item.toLowerCase().includes('posted with [stemgeeks') === false)
.filter(item => item.toLowerCase().includes('posted using [bilpcoin') === false)
.filter(item => item.toLowerCase().includes('posted using [inleo') === false)
Expand Down

0 comments on commit 5664506

Please sign in to comment.