mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix: default user_needs_share_refresh to true
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
48e3e15c9f
commit
ac3e74f67d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class ConfigLexicon implements ILexicon {
|
|||
|
||||
public function getUserConfigs(): array {
|
||||
return [
|
||||
new Entry(self::USER_NEEDS_SHARE_REFRESH, ValueType::BOOL, false, 'whether a user needs to have the receiving share data refreshed for possible changes'),
|
||||
new Entry(self::USER_NEEDS_SHARE_REFRESH, ValueType::BOOL, true, 'whether a user needs to have the receiving share data refreshed for possible changes'),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue