mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-13 08:33:02 -04:00
reduce amount of tags on quora
This commit is contained in:
parent
3a054fe309
commit
c18265aee2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ function createQuoraAnswerPage(context, question, answer){
|
||||||
createEmbed("default", context, {
|
createEmbed("default", context, {
|
||||||
title: question.title,
|
title: question.title,
|
||||||
url: answer.url,
|
url: answer.url,
|
||||||
description: `${tags.splice(0, 4).join(' ')}\n\n${answer.content.substr(0,2000)}`,
|
description: `${tags.splice(0, 3).join(' ')}\n\n${answer.content.substr(0,2000)}`,
|
||||||
footer: {
|
footer: {
|
||||||
iconUrl: STATICS.quora,
|
iconUrl: STATICS.quora,
|
||||||
text: `Quora • ${context.application.name}`
|
text: `Quora • ${context.application.name}`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue