refactor: replace JIT actor retrieval with actor assertion and storage logic

This commit is contained in:
Julian Lam
2024-01-26 15:10:35 -05:00
parent 2c8342632f
commit ef8cd34ba1
12 changed files with 136 additions and 161 deletions

View File

@@ -8,7 +8,6 @@ const activitypub = require('../../activitypub');
const Controller = module.exports;
Controller.actors = require('./actors');
Controller.profiles = require('./profiles');
Controller.topics = require('./topics');
Controller.getFollowing = async (req, res) => {