Исправлена ошибка с проверкой заполненного сообщения
This commit is contained in:
parent
edf65c4d7c
commit
ffc6757b5e
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ export class StatusChangeAdapterService {
|
|||
}
|
||||
for (let j = 0; j < change.messages.length; j++) {
|
||||
const message = change.messages[j];
|
||||
if (!message.change_message) continue;
|
||||
if (!message.notification_message) continue;
|
||||
if (change.initiator.id == message.recipient.id) continue;
|
||||
const item: StatusChangeAdapter.MsgFromBatch = {
|
||||
initiatorId: change.initiator.id,
|
||||
|
|
|
|||
Loading…
Reference in a new issue