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 |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintrc.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.lib.json | ||
README.md
nestjs-libraries
This library was generated with Nx.