diff --git a/src/org/thoughtcrime/securesms/ApplicationContext.java b/src/org/thoughtcrime/securesms/ApplicationContext.java index a402ca5a9b..45d1ab5832 100644 --- a/src/org/thoughtcrime/securesms/ApplicationContext.java +++ b/src/org/thoughtcrime/securesms/ApplicationContext.java @@ -514,7 +514,6 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc } public void createDefaultPublicChatsIfNeeded() { - /* List defaultPublicChats = LokiPublicChatAPI.Companion.getDefaultChats(BuildConfig.DEBUG); for (LokiPublicChat publiChat : defaultPublicChats) { long threadID = GroupManager.getThreadId(publiChat.getId(), this); @@ -531,7 +530,6 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc TextSecurePreferences.setBooleanPreference(this, migrationKey, true); } } - */ } public void createRSSFeedsIfNeeded() {