mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 06:24:25 +01:00
update
This commit is contained in:
@@ -34,6 +34,7 @@ type UseProfile = {
|
||||
};
|
||||
|
||||
const { exec } = useBatchedEvent<UseProfileProps>(() => ({
|
||||
interval: 2000,
|
||||
generateKey: ({ pubkey }: UseProfileProps): string => pubkey,
|
||||
mergeFilters: (args: UseProfileProps[]): Filter[] => {
|
||||
const pubkeys = args.map((arg) => arg.pubkey);
|
||||
|
||||
Reference in New Issue
Block a user