fix(activitypub): remote-reply button — data attrs + delegated handler
The inline onclick used JSON.stringify (double quotes) inside a double-quoted
attribute, which closed the attribute early and broke the button. Replaced with
data-* attributes + a single delegated click handler.
Co-Authored-By: Claude <noreply@…>
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.