mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
feat: topic backfill logic via resolvable context #12647
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user