feat: topic backfill logic via resolvable context #12647

This commit is contained in:
Julian Lam
2024-06-28 12:54:32 -04:00
parent 615aaa01d6
commit e75ec39b70
6 changed files with 98 additions and 7 deletions

View File

@@ -134,7 +134,6 @@ Helpers.resolveLocalId = async (input) => {
activityData = { activity, data, timestamp };
}
// https://bb.devnull.land/cid/2#activity/follow/activitypub@community.nodebb.org│
switch (prefix) {
case 'uid':
return { type: 'user', id: value, ...activityData };