feat: pluggable content type support (polls, emoji reactions, etc.) #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently
ApObjectHandlercallbacks receive rawserde_json::Value— consumers parse activity-specific fields themselves. There's no structured way to handle content types beyond Note (polls, questions, emoji reactions, events, etc.).Consider a registry or trait-based extension system where consumers can register handlers for specific AP object types without modifying k-ap itself.