We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f47967 + 41eadab commit a530f06Copy full SHA for a530f06
1 file changed
lib/Service/NoteUtil.php
@@ -229,7 +229,8 @@ public function getShareTypes(File $file): array {
229
IShare::TYPE_EMAIL,
230
IShare::TYPE_ROOM,
231
IShare::TYPE_DECK,
232
- IShare::TYPE_SCIENCEMESH,
+ // FIXME: Move to constant once Nextcloud 26 is the minimum supported version
233
+ 15, // IShare::TYPE_SCIENCEMESH,
234
];
235
$shareTypes = [];
236
0 commit comments