implements FS#300: Adjust target for bugreports
This commit is contained in:
parent
db182b96c2
commit
77fb7577ee
2 changed files with 1 additions and 2 deletions
|
@ -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/";
|
||||
|
|
|
@ -11,6 +11,5 @@ public class Patches {
|
|||
XmppConnection.Identity.SLACK
|
||||
);
|
||||
public static final List<String> ENCRYPTION_EXCEPTIONS = Arrays.asList(
|
||||
"bugs@pix-art.de"
|
||||
);
|
||||
}
|
Reference in a new issue