Update chatsnap url
This commit is contained in:
parent
369246f635
commit
2a167745a6
@ -20,7 +20,7 @@ public class SnapshotRepository
|
||||
return URL_PREFIX + reportId;
|
||||
}
|
||||
|
||||
private static final String URL_PREFIX = "http://file.mineplex.com/chatsnap/view.php?id=";
|
||||
private static final String URL_PREFIX = "http://report.mineplex.com/chatsnap/view.php?id=";
|
||||
|
||||
private static final String INSERT_SNAPSHOT = "INSERT INTO snapshots (senderId, `server`, `time`, message, snapshotType) VALUES (?, ?, ?, ?, ?);";
|
||||
private static final String INSERT_SNAPSHOT_RECIPIENT = "INSERT INTO snapshotRecipients (snapshotId, recipientId) VALUES (?, ?);";
|
||||
|
Loading…
Reference in New Issue
Block a user