Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Database/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -6678,7 +6678,7 @@ public function getCacheKeys(string $collectionId, ?string $documentId = null, a

$tenantSegment = $this->adapter->getTenant();

if (isset($this->globalCollections[$collectionId])) {
if (isset($this->globalCollections[$collectionId]) && $collectionId !== self::METADATA) {
Comment thread
Meldiron marked this conversation as resolved.
Outdated
$tenantSegment = null;
}

Expand Down