Prevent sending to groups that the user has quit

Fixes #23
This commit is contained in:
AsamK 2016-08-12 18:24:30 +02:00
parent ee5062a2cc
commit 1efdf04394
4 changed files with 46 additions and 13 deletions

View file

@ -5,7 +5,6 @@ import org.asamk.signal.GroupNotFoundException;
import org.freedesktop.dbus.DBusInterface;
import org.freedesktop.dbus.DBusSignal;
import org.freedesktop.dbus.exceptions.DBusException;
import org.whispersystems.signalservice.api.crypto.UntrustedIdentityException;
import org.whispersystems.signalservice.api.push.exceptions.EncapsulatedExceptions;
import java.io.IOException;