mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Remove obsolete TODO
This commit is contained in:
parent
81615eef00
commit
58e1f08e35
1 changed files with 1 additions and 2 deletions
|
@ -173,8 +173,7 @@ router.get('/owoembed', async (request: Request) => {
|
|||
author_url: `${Constants.TWITTER_ROOT}/${encodeURIComponent(
|
||||
author
|
||||
)}/status/${encodeURIComponent(status)}`,
|
||||
/* Change provider name if tweet is on deprecated domain.
|
||||
TODO: Implement rotating messages/links */
|
||||
/* Change provider name if tweet is on deprecated domain. */
|
||||
provider_name:
|
||||
searchParams.get('deprecated') === 'true'
|
||||
? Strings.DEPRECATED_DOMAIN_NOTICE_DISCORD
|
||||
|
|
Loading…
Add table
Reference in a new issue