podaboutlist / linkfix-for-discord

LinkFix brings link embeds back to your Discord server! Simply post Twitter, Instagram, TikTok, or Reddit links and LinkFix will reply with a rich media embed.
https://discord.com/application-directory/385950397493280805
GNU Affero General Public License v3.0
13 stars 4 forks source link

[Feature Request] Hide reposted link #71

Open Fummowo opened 3 months ago

Fummowo commented 3 months ago

If not by default, an option to enable this would be very nice :) I hid the replied message inside a masked link with an invisible unicode character I find the interface alot cleaner without being able to see the link twice, it looks as if the bot replied with the embed.

I did this with a simple line temporarily: reply = "[_ ︎ _](" + reply + ")" but it would be nice to see a similar solution in the official instance :))

Here's how it looks like, there is a small gap but alot less distracting imo image

RalphORama commented 3 months ago

Thanks for your suggestion! This is being blocked by database implementation, which I am still working on. Once I have per-server settings added I will add this as an option.

RalphORama commented 2 months ago

Just saw your edit! That's actually really awesome, I didn't know you could do that. I'll look into implementing it!