Skip to content

Commit

Permalink
Limit custom message input to 80 chars
Browse files Browse the repository at this point in the history
Signed-off-by: Georg Ehrke <[email protected]>
  • Loading branch information
georgehrke authored and skjnldsv committed Aug 17, 2020
1 parent 4485cb3 commit 40bf38a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/user_status/js/user-status-menu.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/user_status/js/user-status-menu.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/user_status/src/components/CustomMessageInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 40bf38a

Please sign in to comment.