Skip to content

Commit 264a1de

Browse files
committed
Remove unused key.
Signed-off-by: Antoon P. <antoon.prins@surf.nl>
1 parent cc94400 commit 264a1de

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

core/AppInfo/ConfigLexicon.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class ConfigLexicon implements ILexicon {
2828
public const SHARE_LINK_EXPIRE_DATE_ENFORCED = 'shareapi_enforce_expire_date';
2929
public const USER_LANGUAGE = 'lang';
3030
public const OCM_DISCOVERY_ENABLED = 'ocm_discovery_enabled';
31-
public const OCM_INVITE_ACCEPT_DIALOG = 'ocm_invite_accept_dialog';
3231

3332
public const USER_LOCALE = 'locale';
3433
public const USER_TIMEZONE = 'timezone';
@@ -94,7 +93,6 @@ public function getAppConfigs(): array {
9493
),
9594
new Entry(self::LASTCRON_TIMESTAMP, ValueType::INT, 0, 'timestamp of last cron execution'),
9695
new Entry(self::OCM_DISCOVERY_ENABLED, ValueType::BOOL, true, 'enable/disable OCM'),
97-
new Entry(self::OCM_INVITE_ACCEPT_DIALOG, ValueType::STRING, '', 'route to local invite accept dialog', note: 'set as empty string to disable feature'),
9896
new Entry(self::UNIFIED_SEARCH_MIN_SEARCH_LENGTH, ValueType::INT, 1, 'Minimum search length to trigger the request', rename: 'unified-search.min-search-length'),
9997
new Entry(self::UNIFIED_SEARCH_MAX_RESULTS_PER_REQUEST, ValueType::INT, 25, 'Maximum results returned per search request', rename: 'unified-search.max-results-per-request'),
10098
new Entry(

0 commit comments

Comments
 (0)