Skip to content

Commit

Permalink
Increase chatacter limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Mar 20, 2020
1 parent 9d15276 commit 8930db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default {
},
data: () => ({
nomask: {
mask: "*".repeat(333),
mask: "*".repeat(1000),
tokens: {
"*": { pattern: /./ }
}
Expand Down

0 comments on commit 8930db4

Please sign in to comment.