Skip answered operation in send service

pull/158/head
M66B 6 years ago
parent 96be1c9bf6
commit 7a1ccd4db0

@ -144,6 +144,10 @@ public class ServiceSend extends LifecycleService {
send(message); send(message);
break; break;
case EntityOperation.ANSWERED:
// This will be fixed when synchronizing the message
break;
default: default:
throw new IllegalArgumentException("Unknown operation=" + op.name); throw new IllegalArgumentException("Unknown operation=" + op.name);
} }

Loading…
Cancel
Save