-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: tg-forward #574
fix: tg-forward #574
Conversation
8277d4c
to
95ce6ad
Compare
@krille-chan I have fixed tg-forward, make the part visible, can you review it? |
95ce6ad
to
213a50f
Compare
replace tg-forward block to '' Log:
213a50f
to
4d72655
Compare
Can you elaborate more what this is about? |
telegram has a message is , the message my side received is like
because the xml has |
I guess this fixed #507 ? |
), | ||
'', | ||
) | ||
.replaceAll( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need two replaceAll methods here. With regex it should be possible to do it in one by selecting the content inside of tg-forward.
Instead of doing an expensive |
replace tg-forward block to ''
this make tg-forward can be shown
Log: