Bump max message length (#782)

This commit is contained in:
Calvin Montgomery 2018-11-15 22:48:30 -08:00
parent 3620b07816
commit 027b27c1b0
3 changed files with 4 additions and 5 deletions

View file

@ -2800,7 +2800,7 @@ function initPm(user) {
var buffer = $("<div/>").addClass("pm-buffer linewrap").appendTo(body);
$("<hr/>").appendTo(body);
var input = $("<input/>").addClass("form-control pm-input").attr("type", "text")
.attr("maxlength", 240)
.attr("maxlength", 320)
.appendTo(body);
input.keydown(function (ev) {