postiz/libraries/nestjs-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
..
src Fix Twitter/X thread finisher posting with HTML tags 2025-11-09 20:32:58 +07:00
.eslintrc.json feat: first commit 2024-01-28 16:20:26 +07:00
README.md feat: first commit 2024-01-28 16:20:26 +07:00
tsconfig.json feat: first commit 2024-01-28 16:20:26 +07:00
tsconfig.lib.json feat: first commit 2024-01-28 16:20:26 +07:00

README.md

nestjs-libraries

This library was generated with Nx.