LiveUpdate for clusters

This commit is contained in:
Joey Hess 2024-08-24 10:12:05 -04:00
parent 18cd8bf43a
commit 84d1bb746b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 31 additions and 18 deletions

View file

@ -365,6 +365,6 @@ canProxyForRemote rs myproxies myclusters remoteuuid =
mkProxyMethods :: ProxyMethods
mkProxyMethods = ProxyMethods
{ removedContent = \u k -> logChange NoLiveUpdate k u InfoMissing
, addedContent = \u k -> logChange NoLiveUpdate k u InfoPresent
{ removedContent = \lu u k -> logChange lu k u InfoMissing
, addedContent = \lu u k -> logChange lu k u InfoPresent
}