Remove obsolete TODO

This commit is contained in:
dangered wolf 2022-08-17 04:41:11 -04:00
parent 81615eef00
commit 58e1f08e35
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -173,8 +173,7 @@ router.get('/owoembed', async (request: Request) => {
author_url: `${Constants.TWITTER_ROOT}/${encodeURIComponent( author_url: `${Constants.TWITTER_ROOT}/${encodeURIComponent(
author author
)}/status/${encodeURIComponent(status)}`, )}/status/${encodeURIComponent(status)}`,
/* Change provider name if tweet is on deprecated domain. /* Change provider name if tweet is on deprecated domain. */
TODO: Implement rotating messages/links */
provider_name: provider_name:
searchParams.get('deprecated') === 'true' searchParams.get('deprecated') === 'true'
? Strings.DEPRECATED_DOMAIN_NOTICE_DISCORD ? Strings.DEPRECATED_DOMAIN_NOTICE_DISCORD