summaryrefslogtreecommitdiff
path: root/src/Erebos/DirectMessage.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-08-16 10:54:15 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-08-16 11:16:06 +0200
commit896931339ac254c2bbfa0e2d0b780ad918a57b34 (patch)
tree7923e453dc42c3cc2005a83a627ad00793ef2d87 /src/Erebos/DirectMessage.hs
parentdc8be3ac86b92c791b398559d5f1132121d0e7ea (diff)
Helpers for server storage watchers
Diffstat (limited to 'src/Erebos/DirectMessage.hs')
-rw-r--r--src/Erebos/DirectMessage.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Erebos/DirectMessage.hs b/src/Erebos/DirectMessage.hs
index 6eb8a8c..6697d53 100644
--- a/src/Erebos/DirectMessage.hs
+++ b/src/Erebos/DirectMessage.hs
@@ -152,8 +152,8 @@ instance Service DirectMessage where
updateDirectMessagePeer . finalOwner =<< asks svcPeerIdentity
serviceStorageWatchers _ =
- [ SomeStorageWatcherHC lookupSharedValueHC syncDirectMessageToPeer
- , GlobalStorageWatcherH lookupSharedValueH findMissingPeers
+ [ someStorageWatcherHC lookupSharedValueHC syncDirectMessageToPeer
+ , globalStorageWatcherH lookupSharedValueH findMissingPeers
]