mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Reduce space for provider engagement
This commit is contained in:
parent
bc71615cd2
commit
4cf266387a
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ export const handleStatus = async (
|
||||||
/* The additional oembed is pulled by Discord to enable improved embeds.
|
/* The additional oembed is pulled by Discord to enable improved embeds.
|
||||||
Telegram does not use this. */
|
Telegram does not use this. */
|
||||||
let providerEngagementText = getSocialProof(status) ?? Strings.DEFAULT_AUTHOR_TEXT;
|
let providerEngagementText = getSocialProof(status) ?? Strings.DEFAULT_AUTHOR_TEXT;
|
||||||
providerEngagementText = providerEngagementText.replace(/ {4}/g, ' ');
|
providerEngagementText = providerEngagementText.replace(/ {4}/g, ' ');
|
||||||
headers.push(
|
headers.push(
|
||||||
`<link rel="alternate" href="{base}/owoembed?text={text}{deprecatedFlag}&status={status}&author={author}{provider}" type="application/json+oembed" title="{name}">`.format(
|
`<link rel="alternate" href="{base}/owoembed?text={text}{deprecatedFlag}&status={status}&author={author}{provider}" type="application/json+oembed" title="{name}">`.format(
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue