Truncate status

This commit is contained in:
Adam Millerchip 2019-07-19 16:34:51 +09:00
parent 2c6834a18f
commit 5c5a37447f
1 changed files with 1 additions and 1 deletions

View File

@ -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",