1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 04:26:23 +02:00
This commit is contained in:
syuilo
2019-06-15 00:07:41 +09:00
parent 2bd03ca725
commit 2615368b1e
8 changed files with 23 additions and 36 deletions

View File

@@ -44,7 +44,7 @@ export const meta = {
},
text: {
validator: $.optional.str.pipe(MessagingMessages.isValidText)
validator: $.optional.str.pipe(MessagingMessages.validateText)
},
fileId: {