mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 17:27:45 +00:00
Oops.
This commit is contained in:
parent
15f7e5ab37
commit
4072f506b5
@ -514,7 +514,6 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void createDefaultPublicChatsIfNeeded() {
|
public void createDefaultPublicChatsIfNeeded() {
|
||||||
/*
|
|
||||||
List<LokiPublicChat> defaultPublicChats = LokiPublicChatAPI.Companion.getDefaultChats(BuildConfig.DEBUG);
|
List<LokiPublicChat> defaultPublicChats = LokiPublicChatAPI.Companion.getDefaultChats(BuildConfig.DEBUG);
|
||||||
for (LokiPublicChat publiChat : defaultPublicChats) {
|
for (LokiPublicChat publiChat : defaultPublicChats) {
|
||||||
long threadID = GroupManager.getThreadId(publiChat.getId(), this);
|
long threadID = GroupManager.getThreadId(publiChat.getId(), this);
|
||||||
@ -531,7 +530,6 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
|
|||||||
TextSecurePreferences.setBooleanPreference(this, migrationKey, true);
|
TextSecurePreferences.setBooleanPreference(this, migrationKey, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void createRSSFeedsIfNeeded() {
|
public void createRSSFeedsIfNeeded() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user