nextcloud / integration_twitter

🐦 Twitter integration into Nextcloud
https://apps.nextcloud.com/apps/integration_twitter
GNU Affero General Public License v3.0
12 stars 3 forks source link

Tweet content is shown with HTML escaping #37

Closed jonasbb closed 1 year ago

jonasbb commented 2 years ago

As the picture shows, special characters are shown with HTML escaping (e.g., <) instead of the proper characters. This happens with version 1.0.2 but maybe also earlier versions.

Screenshot from 2022-08-19 10-22-12

julien-nc commented 2 years ago

Hi, good timing. I was adjusting this app for NC 25 and your issue came up.

Text is now processed with html-to-text. This is available in v1.0.3 . Could you try it?