Unverified Commit d72d1e95 authored by Hong Minhee (洪 民憙)'s avatar Hong Minhee (洪 民憙) Committed by GitHub
Browse files

Merge pull request #174 from neverlish/nodejs-exampleapp-relationStore-value-objectId

parents 6be10f1d 8feb9702
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);