enhance(client): tweak renote collapsing logic

This commit is contained in:
syuilo
2023-02-23 08:08:17 +09:00
parent 5dd24e44d1
commit fb7e5a3fac
2 changed files with 1 additions and 10 deletions

View File

@@ -603,9 +603,3 @@ export function checkExistence(fileData: ArrayBuffer): Promise<any> {
});
});
}*/
export const shownNoteIds = new Set();
window.setInterval(() => {
shownNoteIds.clear();
}, 1000 * 60 * 5);