File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1368,7 +1368,7 @@ export class NoteScreenConnection {
13681368 let toret = await screenret
13691369 toret = toret . filter ( ( el ) =>
13701370 el . lastaccess
1371- ? Date . now ( ) - el . lastaccess < 20 * 60 * 1000 && el . active !== 0
1371+ ? Date . now ( ) - el . lastaccess < 20 * 60 * 1000 && el . active !== '0'
13721372 : false
13731373 )
13741374 return toret
@@ -1448,7 +1448,7 @@ export class NoteScreenConnection {
14481448 } ) ) // .forEach((el)=>(console.log("prefilter",el,el.active ? (el.active-Date.now()))< 20*60*1000 : false)))
14491449 . filter ( ( el ) =>
14501450 el . lastaccess
1451- ? Date . now ( ) - el . lastaccess < 20 * 60 * 1000 && el . active !== 0
1451+ ? Date . now ( ) - el . lastaccess < 20 * 60 * 1000 && el . active !== '0'
14521452 : false
14531453 ) ,
14541454 type : el [ 2 ] [ 0 ]
You can’t perform that action at this time.
0 commit comments