Fix Unset

This commit is contained in:
Neil Alexander 2020-12-04 12:00:46 +00:00
parent d511409c8f
commit 37279c996d
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -9,7 +9,7 @@ import (
const (
FederationEventCacheName = "federation_event"
FederationEventCacheMaxEntries = 256
FederationEventCacheMutable = false
FederationEventCacheMutable = true // to allow use of Unset only
)
// FederationEventCache contains the subset of functions needed for