-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
Open
Description
Description
When using Telegram channel with streamMode: partial or streamMode: block, outgoing messages appear as "edited" instead of new messages. This causes issues:
- When multiple messages are sent in quick succession, they appear as a single message being edited multiple times
- Users cannot see the full message history because earlier messages get overwritten
- The behavior is confusing since edited messages don't trigger notifications in Telegram
Expected Behavior
Messages should be delivered as new messages, not edited versions of previous messages.
Current Workaround
Setting streamMode: off in channel config works around the issue.
Environment
- OpenClaw Version: 2.14 / 2.15
- Telegram channel
Related
- Issue feat(telegram): Edit-based streaming for regular DMs #1876 (feature request for edit-based streaming)
- PR fix: Telegram stream preview finalizes in place #17218 (implementation that caused this behavior)
Config
{
"channels": {
"telegram": {
"streamMode": "partial"
}
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels