Commit Graph

263 Commits

Author SHA1 Message Date
Nevo David 4eac6b9ff8 feat: gmb 2025-11-27 20:37:09 +07:00
Nevo David 98edbc4588 feat: fix farcaster 2025-11-27 00:42:27 +07:00
Nevo David 04a50b8b46 test: debug farcaster 2025-11-27 00:17:46 +07:00
Nevo David 0c74bb4250 feat: fix posting for lemmy 2025-11-26 15:02:33 +07:00
Nevo David 5a3906dc2e feat: save to user inbox 2025-11-24 15:26:47 +07:00
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
Nevo David 33255d7796 feat: youtube made for kids 2025-10-26 12:29:24 +07:00
Nevo David 41e7d0fdeb Feat: agent 2025-10-07 17:19:18 +07:00
Nevo David 73ba9acf8c feat: agent 2025-10-07 11:07:21 +07:00
Nevo David b98522373d feat: convert lt and gt to \> and \< in markdown 2025-09-22 00:14:52 +07:00
Nevo David f0f8373621 feat: fix listmonk 2025-09-21 21:44:30 +07:00
Nevo David df0077771a feat: new provider - listmonk 2025-09-17 22:49:21 +07:00
Nevo David 5115d812e5 feat: retry 2025-08-14 12:07:07 +07:00
Nevo David 3a5e0b1472 feat: retry 2025-08-14 12:07:01 +07:00
Nevo David 7b8fa7fb7b feat: retry 2025-08-14 11:38:27 +07:00
Nevo David 5e5ca78e9a feat: long upload should not be in a concurrenct 2025-08-13 22:08:20 +07:00
Nevo David 2db252f97f feat: youtube upload can't have concurrency as it can be a long request 2025-08-13 22:01:20 +07:00
Nevo David 0df9fd392e feat: bluesky more timer, job state failed 2025-08-13 14:23:40 +07:00
Nevo David a3047d1855 feat: x error message longer than 2 minutes 2025-08-13 14:19:16 +07:00
Nevo David 8b73c1ed56 feat: stop infinite while 2025-08-13 11:15:11 +07:00
Nevo David f37c913943 feat: something is wrong console 2025-08-12 22:59:34 +07:00
Nevo David 54b2b95cf3 feat: connect accounts with not picture 2025-08-12 14:39:13 +07:00
Nevo David caf99d38c5 feat: images and videos to reddit 2025-08-09 18:21:07 +07:00
Nevo David 4ace1dc886 feat: more timeout for instagram 2025-08-09 02:48:39 +07:00
Nevo David 00fd1512c5 feat: remove concurrency from the long tasks 2025-08-08 22:02:59 +07:00
Nevo David 813420427f feat: bluesky fix images sizes aspect ratio 2025-08-08 20:49:08 +07:00
Nevo David aa12f100c8 feat: fix bluesky reply cid 2025-08-08 02:22:47 +07:00
Nevo David 76db058116 feat: fix bluesky reply cid 2025-08-08 02:22:25 +07:00
Nevo David 8fd88ebb7f feat: new id 2025-08-07 23:44:05 +07:00
Nevo David 780ec93a76 feat: new id 2025-08-07 23:44:01 +07:00
Nevo David 3197c69f19 feat: instagram higher concurrency 2025-08-07 22:43:12 +07:00
Nevo David 9e87928045 feat: fix youtube title 2025-08-07 21:13:38 +07:00
Nevo David 1de9a1f605 feat: remove logs 2025-08-07 20:40:01 +07:00
Nevo David 5550c89782 feat: flair 2025-08-07 18:30:06 +07:00
Nevo David 7bf2549ffc feat: concurrency per platform 2025-08-07 17:55:15 +07:00
Nevo David 5bf30484b6 feat: discord mention roles 2025-08-07 12:23:01 +07:00
Nevo David 689612d0fd feat: fix uploading cover picture to wordpress 2025-08-06 23:19:28 +07:00
Nevo David d2354c0427 feat: parse misconfigured html 2025-08-04 20:54:58 +07:00
Nevo David 806dba19c3 feat: remove concurrency from authentication 2025-08-04 12:30:28 +07:00
Nevo David 8e06b081e8 feat: remove concurrency from authentication 2025-08-04 12:14:23 +07:00
Nevo David 252287f246 feat: tag people on discord 2025-08-03 17:00:17 +07:00
Nevo David fc6e6f39e9 feat: better markdown' 2025-08-02 23:23:32 +07:00
Nevo David 94064dfa78 feat: video made with ai 2025-08-02 17:54:26 +07:00
Nevo David 69e39b91b3 feat: better erroring for X 2025-08-02 14:26:30 +07:00
Nevo David da77c227c1 feat: error handling that is not an http request 2025-08-02 14:21:10 +07:00
Nevo David dd61e0ebf1 feat: telegram formatted text 2025-08-01 22:03:43 +07:00
Nevo David e915ec30d7
Merge pull request #911 from gitroomhq/feat/mention
Better mentioning functionality
2025-08-01 16:37:48 +07:00
Nevo David 428932b328 feat: dynamic bluesky 2025-08-01 16:33:54 +07:00
Nevo David f2b96c27e0 feat: linkedin fix 2025-08-01 16:32:49 +07:00
Nevo David 58abf6eb00 feat: mentions 2025-08-01 13:45:52 +07:00