-
-
Notifications
You must be signed in to change notification settings - Fork 6
Description
BotKit currently does not support creating polls (surveys/questionnaires) in messages, while major fediverse software like Mastodon, Misskey, and others provide this functionality. Users should be able to attach polls to their messages when publishing content.
Polls are a common engagement feature in the fediverse that allow users to create questions with multiple choice options, set expiration times, and collect votes from followers. This feature would enhance BotKit's capability to create interactive content and better integrate with existing fediverse platforms.
The implementation should support basic poll functionality including multiple choice options, vote counting, and poll expiration, following ActivityPub standards for interoperability with other fediverse implementations.