Limit custom message input to 80 chars

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
pull/22109/head
Georg Ehrke 5 years ago committed by John Molakvoæ (skjnldsv)
parent 4485cb30a1
commit 40bf38aaee
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
  1. 4
      apps/user_status/js/user-status-menu.js
  2. 2
      apps/user_status/js/user-status-menu.js.map
  3. 1
      apps/user_status/src/components/CustomMessageInput.vue

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -23,6 +23,7 @@
class="custom-input__form"
@submit.prevent>
<input
maxlength="80"
:placeholder="$t('user_status', 'What\'s your status?')"
type="text"
:value="message"

Loading…
Cancel
Save