Post #2745571
2026-05-21 20:20 UTC
Started working on bringing ActivityPub Polls to NodeBB :clipboard:
First step is adding in separate handling of the Question object. Right now NodeBB treats it as a "Note-like" and renders it like a post :smile: 50% of the way there... will need to link it to nodebb-plugin-poll...
One complication... the plugin ties votes to users. This data isn't reflected over-the-wire in AP, only the aggregate voter counts are shared :thinking_face: [...]
https://github.com/NodeBB/nodebb-plugin-poll/pull/157
Replies (2)
-
@julian@activitypub.space 2026-05-21 20:21
Looking forward to participating in @evan@cosocial.ca's #evanpoll for real :stuck_out_tongue_closed_eyes:
-
@nick@mammuthus.de 2026-05-22 09:49
@julian@activitypub.space Regarding #Mastodon compatible polls, besides the Question the Vote needs also to be considered.