unixporn / robbb

The main bot for the r/unixporn discord server!
MIT License
132 stars 19 forks source link

Implement FakeCdnId workaround around discord breaking CDN links #517

Closed elkowar closed 8 months ago

elkowar commented 8 months ago

Implements a workaround around discords incoming CDN link changes. Everywhere we store links to attachments, we now instead store FakeCdnIds, which reference an attachment via its message. We then use that ID to re-fetch the attachment CDN link every time, so we get a new, valid one.