enhance(client): tweak renote collapsing logic
This commit is contained in:
parent
5dd24e44d1
commit
fb7e5a3fac
2 changed files with 1 additions and 10 deletions
|
|
@ -603,9 +603,3 @@ export function checkExistence(fileData: ArrayBuffer): Promise<any> {
|
|||
});
|
||||
});
|
||||
}*/
|
||||
|
||||
export const shownNoteIds = new Set();
|
||||
|
||||
window.setInterval(() => {
|
||||
shownNoteIds.clear();
|
||||
}, 1000 * 60 * 5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue