Skip to content

Commit 51ff9cf

Browse files
committed
fixup! Refactor cache handling
1 parent 098e9bc commit 51ff9cf

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

config/config.sample.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,4 +2238,11 @@
22382238
* Defaults to ``false``
22392239
*/
22402240
'projects.enabled' => false,
2241+
2242+
/**
2243+
* Enables fetching open graph metadata from remote urls
2244+
*
2245+
* Defaults to ``true``
2246+
*/
2247+
'reference_opengraph' => true,
22412248
];

lib/public/Collaboration/Reference/IReferenceManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ interface IReferenceManager {
3131
/**
3232
* Return all reference identifiers within a string as an array
3333
*
34+
* @return string[] Array of found references (urls)
3435
* @since 25.0.0
3536
*/
3637
public function extractReferences(string $text): array;

0 commit comments

Comments
 (0)