Skip to content
Extraits de code Groupes Projets
Valider 781bbf4f rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Don't cache stuff we didn't find

parent de5b1579
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -175,7 +175,9 @@ export class DbRoomStore {
remote: remoteId ? new RemoteStoreRoom(remoteId, row as any) : null,
});
}
if (res.length > 0) {
this.entriesMatrixIdCache.set(matrixId, {e: res, ts: Date.now()});
}
return res;
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter