Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -839,9 +839,7 @@ export function CustomAutomationsSection() {
<p className="text-sm text-muted-foreground">
{form.targetProvider === 'none'
? 'Each run is a Session in the web app and does not post to chat.'
: form.targetProvider === 'telegram'
? 'Each run is a Session that reports findings and failures here. Continue it from the web app; chat replies on this provider do not resume it yet.'
: 'Each run is a Session that reports findings and failures here, and replies continue it.'}
: 'Each run is a Session that reports findings and failures here, and replies continue it.'}
</p>
</div>

Expand Down
Loading