fix: remote follows, yet again

This commit is contained in:
Julian Lam
2024-01-26 22:35:02 -05:00
parent a3a0edb70b
commit fef1882473
7 changed files with 15 additions and 15 deletions

View File

@@ -442,6 +442,8 @@ describe('ActivityPub integration', () => {
it('should properly save the mainPid in the topic hash', async () => {
assert.strictEqual(topic.mainPid, note.id);
});
// todo: test topic replies, too
});
});
});