implements FS#300: Adjust target for bugreports

This commit is contained in:
steckbrief 2019-07-06 22:58:17 +02:00
parent db182b96c2
commit 77fb7577ee
2 changed files with 1 additions and 2 deletions

View file

@ -42,7 +42,7 @@ public final class Config {
public static final String LOGTAG = "Pix-Art_Messenger";
public static final Jid BUG_REPORTS = Jid.of("bugs@pix-art.de");
public static final Jid BUG_REPORTS = Jid.of("piratx+bugs@conference.thedevstack.de");
public static final String inviteUserURL = "https://jabber.pix-art.de/i/";
public static final String inviteMUCURL = "https://jabber.pix-art.de/j/";

View file

@ -11,6 +11,5 @@ public class Patches {
XmppConnection.Identity.SLACK
);
public static final List<String> ENCRYPTION_EXCEPTIONS = Arrays.asList(
"bugs@pix-art.de"
);
}