1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-12 23:31:10 +01:00

Update ISSUE_TEMPLATE.md

This commit is contained in:
Gregor Santner 2017-02-19 01:44:49 +01:00
parent 6af02c6067
commit a34755acc9
3 changed files with 8 additions and 9 deletions

View file

@ -41,7 +41,7 @@ import info.guardianproject.netcipher.NetCipher;
public class FetchPodsService extends Service {
public static final String EXTRA_PODLIST = "pods";
public static final String MESSAGE_PODS_RECEIVED = "com.github.dfa.diaspora.podsreceived";
public static final String PODDY_PODLIST_URL = "https://raw.githubusercontent.com/Diaspora-for-Android/diaspora-android/master/app/src/main/res/raw/podlist.json";
public static final String PODDY_PODLIST_URL = "https://raw.githubusercontent.com/Diaspora-for-Android/dandelion/master/app/src/main/res/raw/podlist.json";
public FetchPodsService() {
}