mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Limit custom message input to 80 chars
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
committed by
John Molakvoæ (skjnldsv)
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"
|
||||
|
||||
Reference in New Issue
Block a user