diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-01-25 05:41:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-25 05:41:14 +0900 |
| commit | e18dc7f291663cf4c383b30b0208bae27a4852b7 (patch) | |
| tree | de8509f65bb7e8fc09684ffd6cdc724e7520cfb6 /src/api/endpoints/messaging | |
| parent | Merge pull request #64 from armchair-philosophy/async (diff) | |
| download | sharkey-e18dc7f291663cf4c383b30b0208bae27a4852b7.tar.gz sharkey-e18dc7f291663cf4c383b30b0208bae27a4852b7.tar.bz2 sharkey-e18dc7f291663cf4c383b30b0208bae27a4852b7.zip | |
[API] Fix bug
Diffstat (limited to 'src/api/endpoints/messaging')
| -rw-r--r-- | src/api/endpoints/messaging/messages/create.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/endpoints/messaging/messages/create.js b/src/api/endpoints/messaging/messages/create.js index 021ec98e04..62ead6a64c 100644 --- a/src/api/endpoints/messaging/messages/create.js +++ b/src/api/endpoints/messaging/messages/create.js @@ -11,6 +11,7 @@ import DriveFile from '../../../models/drive-file'; import serialize from '../../../serializers/messaging-message'; import publishUserStream from '../../../event'; import { publishMessagingStream } from '../../../event'; +import config from '../../../../conf'; /** * 最大文字数 |