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