xftp: move delay to replica (#688)

This commit is contained in:
spaced4ndy
2023-03-16 18:12:38 +04:00
committed by GitHub
parent bab689099f
commit 9255d48b69
12 changed files with 25 additions and 45 deletions

View File

@@ -12,7 +12,6 @@
module Simplex.Messaging.Notifications.Server where
import Control.Concurrent.STM (stateTVar)
import Control.Logger.Simple
import Control.Monad.Except
import Control.Monad.Reader