Skip to content

Commit 3e5eb0e

Browse files
authored
Change threadless summary to one hour instead of 30 mintues (#460)
* Change threadless summary to one hour instead of 30 mintues * Update Summarize the thread so far.js
1 parent 46bdd92 commit 3e5eb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parsers/Summarize the thread so far.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)