From 33b599702cd6c94298e9e2eff0470bf91e29b66e Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Mon, 24 Nov 2025 00:53:38 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20`SyncNostrProfilesCommand`=20?= =?UTF-8?q?to=20dispatch=20Nostr=20profile=20sync=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Nostr/SyncNostrProfilesCommand.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/Console/Commands/Nostr/SyncNostrProfilesCommand.php diff --git a/app/Console/Commands/Nostr/SyncNostrProfilesCommand.php b/app/Console/Commands/Nostr/SyncNostrProfilesCommand.php new file mode 100644 index 0000000..c1cc0f6 --- /dev/null +++ b/app/Console/Commands/Nostr/SyncNostrProfilesCommand.php @@ -0,0 +1,18 @@ +