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

Don't cache stuff we didn't find

parent 374344dc
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