Update status.ts

This commit is contained in:
Speedy the Folf 2022-08-21 21:00:55 -05:00 committed by GitHub
parent 44c6adf4ee
commit a891e952df
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -308,7 +308,7 @@ export const handleStatus = async (
authorText = `↪ Replying to @${tweet.replying_to}`; authorText = `↪ Replying to @${tweet.replying_to}`;
/* We'll assume it's a thread if it's a reply to themselves */ /* We'll assume it's a thread if it's a reply to themselves */
} else if (tweet.replying_to === tweet.author.screen_name) { } else if (tweet.replying_to === tweet.author.screen_name) {
authorText = `↪ A part @${tweet.author.screen_name}'s thread`; authorText = `↪ A part of @${tweet.author.screen_name}'s thread`;
} }
/* The additional oembed is pulled by Discord to enable improved embeds. /* The additional oembed is pulled by Discord to enable improved embeds.