ntf: remove notification subscription (#417)

This commit is contained in:
JRoberts
2022-06-22 20:32:32 +04:00
committed by GitHub
parent ffb4b4763c
commit ef4d4c9e16
8 changed files with 75 additions and 6 deletions
@@ -39,5 +39,6 @@ class MonadQueueStore s m where
getQueue :: s -> SParty p -> QueueId -> m (Either ErrorType QueueRec)
secureQueue :: s -> RecipientId -> SndPublicVerifyKey -> m (Either ErrorType QueueRec)
addQueueNotifier :: s -> RecipientId -> NtfCreds -> m (Either ErrorType QueueRec)
deleteQueueNotifier :: s -> RecipientId -> m (Either ErrorType ())
suspendQueue :: s -> RecipientId -> m (Either ErrorType ())
deleteQueue :: s -> RecipientId -> m (Either ErrorType ())