fix(fedi): resolve PeerTube videos (array attributedTo) as a reply target
services/ActivityPubService.js — resolveRemoteNote returned null ("Could not fetch that
post") for objects whose attributedTo is an ARRAY (PeerTube Video = [Person, Group]). New
actorUriOf() handles string/object/array and prefers the Person; used for the post and each
thread ancestor. Non-Note objects (Video/Article…) now prepend their name (title) to the
shown content so you see what you're replying to.
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.