feat: ability to browse to any ActivityPub note and have the entire topic chain render

Added methods for going up the inReplyTo chain to parent, asserting the topic, etc.
This commit is contained in:
Julian Lam
2024-01-12 15:23:30 -05:00
parent d992239d7b
commit 485cf20006
5 changed files with 175 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ const helpers = require('../helpers');
const Controller = module.exports;
Controller.profiles = require('./profiles');
Controller.topics = require('./topics');
Controller.getActor = async (req, res) => {
// todo: view:users priv gate