This commit is contained in:
Shusui MOYATANI
2023-06-13 00:39:03 +09:00
parent 9dac970495
commit df8bc01e92
17 changed files with 286 additions and 45 deletions

View File

@@ -125,7 +125,7 @@ export const { exec } = useBatch<TaskArg, TaskRes>(() => ({
const {
args: { kind, author, identifier },
} = firstTask;
filters.push({ kinds: [Kind.Contacts], authors: [author], '#d': [identifier] });
filters.push({ kinds: [kind], authors: [author], '#d': [identifier] });
});
}