make web ui state directory configurable (#764)
This commit is contained in:
@@ -469,11 +469,3 @@ export function getSessionDetailPaginated(
|
||||
hasMore: offset + messages.length < total,
|
||||
}
|
||||
}
|
||||
|
||||
// --- Session store mode ---
|
||||
|
||||
import { config } from '../../config'
|
||||
|
||||
export function useLocalSessionStore(): boolean {
|
||||
return config.sessionStore === 'local'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user