diff --git a/src/main/kotlin/app/termora/account/PullService.kt b/src/main/kotlin/app/termora/account/PullService.kt index 848aa04..b63ee01 100644 --- a/src/main/kotlin/app/termora/account/PullService.kt +++ b/src/main/kotlin/app/termora/account/PullService.kt @@ -67,6 +67,11 @@ class PullService private constructor() : SyncService(), Disposable, Application private var lastChangeHash = StringUtils.EMPTY private fun pullChanges() { + + if (accountManager.isLocally()) { + return + } + val hash: String try {