Merge branch 'master' into develop

This commit is contained in:
syuilo
2018-09-02 22:41:10 +09:00
2 changed files with 3 additions and 9 deletions

View File

@ -74,7 +74,7 @@ export default (params: any, user: ILocalUser) => new Promise(async (res, rej) =
createdAt: new Date(),
fileId: file ? file._id : undefined,
recipientId: recipient._id,
text: text ? text : undefined,
text: text ? text.trim() : undefined,
userId: user._id,
isRead: false
});