|
@ -97,7 +97,8 @@ class AppClient extends RedisModel {
|
|
|
if (message.content_type == CONTENT_TYPES.PlainText ||
|
|
|
message.content_type == CONTENT_TYPES.Image ||
|
|
|
message.content_type == CONTENT_TYPES.Audio||
|
|
|
message.content_type == CONTENT_TYPES.Video) {
|
|
|
message.content_type == CONTENT_TYPES.Video||
|
|
|
message.content_type == CONTENT_TYPES.GoTo) {
|
|
|
|
|
|
AppClient.getAppStatus(targetId, function (err, userStatus) {
|
|
|
if (err) {
|