File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ flags:gmi
2727 if ( thread_ts ) {
2828 chatGr . addEncodedQuery ( 'thread_ts=' + thread_ts + '^ORts=' + thread_ts + '^textNOT LIKE!catchmeup^textNOT LIKE!summary^textNOT LIKE!catchup' ) ;
2929 } else {
30- chatGr . addEncodedQuery ( 'channel=' + current . getValue ( 'channel' ) + '^sys_created_onONLast 30 minutes@javascript:gs.beginningOfLast30Minutes()@javascript:gs.endOfLast30Minutes() ^thread_ts=NULL^textNOT LIKE!catchmeup^textNOT LIKE!summary^textNOT LIKE!catchup' ) ;
30+ chatGr . addEncodedQuery ( 'channel=' + current . getValue ( 'channel' ) + '^sys_created_onRELATIVEGT@minute@ago@60 ^thread_ts=NULL^textNOT LIKE!catchmeup^textNOT LIKE!summary^textNOT LIKE!catchup' ) ;
3131 }
3232 chatGr . orderBy ( 'sys_created_on' ) ;
3333 chatGr . query ( ) ;
You can’t perform that action at this time.
0 commit comments