diff options
author | Matthew Wild <mwild1@gmail.com> | 2023-03-21 18:57:33 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2023-03-21 18:57:33 +0000 |
commit | 7309514c2d310fd991a85a93d0e8a394b15501a3 (patch) | |
tree | c2f40c51f5024029579a73b78802654174b43f73 /core | |
parent | 2460207d50a0593c16cda78b467e9ec2d6094d0e (diff) | |
download | prosody-7309514c2d310fd991a85a93d0e8a394b15501a3.tar.gz prosody-7309514c2d310fd991a85a93d0e8a394b15501a3.zip |
features: Add "keyval+"
Diffstat (limited to 'core')
-rw-r--r-- | core/features.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/features.lua b/core/features.lua index 8ae9eb02..a7cdcbab 100644 --- a/core/features.lua +++ b/core/features.lua @@ -8,5 +8,7 @@ return { "permissions"; -- prosody.* namespace "loader"; + -- "keyval+" store + "keyval+"; }; }; |