Truncate status
This commit is contained in:
parent
2c6834a18f
commit
5c5a37447f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ function share() {
|
||||||
"imageSize": "cover",
|
"imageSize": "cover",
|
||||||
"imageBackgroundColor": "#FFFFFF",
|
"imageBackgroundColor": "#FFFFFF",
|
||||||
"title": app.profile.displayName,
|
"title": app.profile.displayName,
|
||||||
"text": app.profile.statusMessage || "(no status message)",
|
"text": (app.profile.statusMessage || "(no status message)").substring(0,59),
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"type": "uri",
|
"type": "uri",
|
||||||
|
|
Loading…
Reference in a new issue