[GH-ISSUE #81] t.co links remain regardless of setting; embedded images are cropped #18
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
TheLovinator/discord-twitter-webhooks#18
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dziban303 on GitHub (Mar 29, 2023).
Original GitHub issue: https://github.com/TheLovinator1/discord-twitter-webhooks/issues/81
I've tried the
DISABLE_REMOVE_TCO_LINKSsetting both ways (because it's not super clear which setting does what) but it still provides the t.co link.Additionally, is it possible to present the attached image in an uncropped format? Discord does apparently support that, because Tweetshift does it:
Cheers
@EthanC commented on GitHub (Mar 30, 2023):
I'm also seeing
t.coURLs in the Tweet content, despiteDISABLE_REMOVE_TCO_LINKSnot being set in my config at all.@TheLovinator1 It seems the embed attempts to display a gallery of images when there is only one. Maybe if there is only one image, you should just use
embed.set_imagerather than sending an array with a single image?@dziban303 commented on GitHub (Mar 30, 2023):
In my testing the other day, it actually did send the unobfuscated link once. I moved on to try another setting. In my next test tweet, the t.co link was back. Changing the other setting (I forget which) back to the default made no difference, the t.co link has remained no matter what I do.
@TheLovinator1 commented on GitHub (Mar 31, 2023):
Hi, sorry for the late fix. Both should be working again.
@dziban303 commented on GitHub (Apr 1, 2023):
Yep, they're working! Gonna close