postiz/libraries
Meysam Azad 4c3e002a26
Fix Twitter/X thread finisher posting with HTML tags
Previously, Twitter/X was posting thread finisher (message ending signature)
with HTML <p> elements hardcoded into the message text. This was because the
thread_finisher content was being used directly without HTML stripping.

This fix wraps the thread_finisher text with stripHtmlValidation() to remove
HTML tags and convert them to plain text, consistent with how other platforms
(Bluesky, Threads, Mastodon) handle this feature.

Changes:
- Added stripHtmlValidation() call for thread_finisher in X provider
- Now matches the implementation pattern used in Bluesky provider
- Ensures thread finisher posts plain text instead of HTML markup
2025-11-09 20:32:58 +07:00
..
helpers/src feat: ignore query string 2025-10-23 11:23:53 +07:00
nestjs-libraries Fix Twitter/X thread finisher posting with HTML tags 2025-11-09 20:32:58 +07:00
react-shared-libraries [WebLate] Translated (Georgian) 2025-11-07 06:23:03 +00:00