Comments in Sosyabot are internal annotations, not a sync layer for platform-native comments. Use them to collaborate with teammates on a post (review notes, copy edits, approval discussion) — they live in your workspace and are never published.
Bodies are scanned with /@([a-zA-Z0-9._-]+)/g. Matched handles are looked up by email or display name; the resolved user IDs are persisted in mentions, and each mentioned user receives a notification.
Comments are not platform-native — Sosyabot does not poll Twitter, Instagram, LinkedIn, etc. for replies on your published posts. There is no comment-sync service in the codebase today. If you need to monitor public replies, use the platform's native UI or a dedicated social-listening tool.
Comments
Comments in Sosyabot are internal annotations, not a sync layer for platform-native comments. Use them to collaborate with teammates on a post (review notes, copy edits, approval discussion) — they live in your workspace and are never published.
Endpoints
Comment model
Mentions
Bodies are scanned with
/@([a-zA-Z0-9._-]+)/g. Matched handles are looked up by email or display name; the resolved user IDs are persisted inmentions, and each mentioned user receives a notification.What this is not
Comments are not platform-native — Sosyabot does not poll Twitter, Instagram, LinkedIn, etc. for replies on your published posts. There is no comment-sync service in the codebase today. If you need to monitor public replies, use the platform's native UI or a dedicated social-listening tool.
Related
Composer Overview
Notifications
Team & Workspace