mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Limit custom message input to 80 chars
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
parent
4485cb30a1
commit
40bf38aaee
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…
Reference in New Issue
Block a user