From e5ee367761aed52e77d45c6ff609cdcced98ceab Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sun, 12 Feb 2023 21:48:07 -0500 Subject: [PATCH] Doesn't start the Global to make sure home updates faster. --- app/src/main/java/com/vitorpamplona/amethyst/ServiceManager.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ServiceManager.kt b/app/src/main/java/com/vitorpamplona/amethyst/ServiceManager.kt index 3c025176f..3bd5bb851 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ServiceManager.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ServiceManager.kt @@ -45,7 +45,7 @@ object ServiceManager { NostrUserProfileFollowersDataSource.account = myAccount NostrAccountDataSource.start() - NostrGlobalDataSource.start() + //NostrGlobalDataSource.start() NostrHomeDataSource.start() NostrNotificationDataSource.start() NostrSingleEventDataSource.start()