Fixed issue #1628 - Added support for new Twitter tweet length limit of 280 chars.
This commit is contained in:
parent
aca6073eba
commit
ab189f46ec
3 changed files with 3 additions and 3 deletions
|
@ -2121,7 +2121,7 @@ class TwitterConversationRef extends App.ControllerContent
|
||||||
open: 88
|
open: 88
|
||||||
closed: 20
|
closed: 20
|
||||||
|
|
||||||
maxTextLength: 140
|
maxTextLength: 280
|
||||||
warningTextLength: 10
|
warningTextLength: 10
|
||||||
|
|
||||||
constructor: ->
|
constructor: ->
|
||||||
|
|
|
@ -144,7 +144,7 @@ class App.TicketZoomArticleNew extends App.Controller
|
||||||
attributes: []
|
attributes: []
|
||||||
internal: false,
|
internal: false,
|
||||||
features: ['body:limit', 'body:initials']
|
features: ['body:limit', 'body:initials']
|
||||||
maxTextLength: 140
|
maxTextLength: 280
|
||||||
warningTextLength: 30
|
warningTextLength: 30
|
||||||
}
|
}
|
||||||
if possibleArticleType['twitter direct-message']
|
if possibleArticleType['twitter direct-message']
|
||||||
|
|
|
@ -440,7 +440,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="textBubble-footer">
|
<div class="textBubble-footer">
|
||||||
<div class="textBubble-signatur"><span class="js-signature">/je</span></div>
|
<div class="textBubble-signatur"><span class="js-signature">/je</span></div>
|
||||||
<div class="textBubble-letterCount js-letterCount">140</div>
|
<div class="textBubble-letterCount js-letterCount">280</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue