Commit 8feb9702 authored by Jinho Hyeon's avatar Jinho Hyeon
Browse files

set value as objectId in nodejs example apps

parent 6be10f1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ federation
        object: follow,
      }),
    );
    relationStore.set(follower.id.href, follow.actorId.href);
    relationStore.set(follower.id.href, follow.objectId.href);
  })
  .on(Undo, async (context, undo) => {
    const activity = await undo.getObject(context);
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ federation
        object: follow,
      }),
    );
    relationStore.set(follower.id.href, follow.actorId.href);
    relationStore.set(follower.id.href, follow.objectId.href);
  })
  .on(Undo, async (context, undo) => {
    const activity = await undo.getObject(context);