Skip to content

Commit ab7fe66

Browse files
committed
Better phantom session
1 parent 8327224 commit ab7fe66

File tree

5 files changed

+267
-51
lines changed

5 files changed

+267
-51
lines changed

dist/services/ActivityStore.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export declare class ActivityStore {
4343
/**
4444
* Get all sessions, sorted by priority
4545
* Priority order: awaiting input > active > inactive > ended
46-
* Phantom sessions are filtered out by default
46+
* Phantom sessions that are duplicates (have phantomOf) are filtered out
4747
*/
4848
getSessions(): Session[];
4949
/**

dist/services/ActivityStore.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/services/ActivityStore.js

Lines changed: 164 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)