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