|
@@ -1319,7 +1319,7 @@ function publishNFTTweetEvent({ groupId, postId, srcContent }) {
|
|
let arr = srcContent.split(' ') || []
|
|
let arr = srcContent.split(' ') || []
|
|
|
|
|
|
arr.forEach((item) => {
|
|
arr.forEach((item) => {
|
|
- if (textContent.includes(item)) {
|
|
+ if (textContent.includes(item) || item.includes('#DNFT') || item.includes('⬇️')) {
|
|
textContent = textContent.replaceAll(item, '')
|
|
textContent = textContent.replaceAll(item, '')
|
|
}
|
|
}
|
|
})
|
|
})
|