Merge branch 'master' of https://github.com/glitch-soc/mastodon
This commit is contained in:
@ -87,7 +87,7 @@ function main() {
|
||||
delegate(document, '.account_note', 'input', ({ target }) => {
|
||||
const noteCounter = document.querySelector('.note-counter');
|
||||
if (noteCounter) {
|
||||
noteCounter.textContent = 160 - length(target.value);
|
||||
noteCounter.textContent = 500 - length(target.value);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user