Squash merge feature/publish-metadata into main

This commit is contained in:
padreug 2025-10-30 16:19:08 +01:00
parent cc5e0dbef6
commit 875bf50765
7 changed files with 629 additions and 21 deletions

View file

@ -137,6 +137,9 @@ export const SERVICE_TOKENS = {
PROFILE_SERVICE: Symbol('profileService'),
REACTION_SERVICE: Symbol('reactionService'),
// Nostr metadata services
NOSTR_METADATA_SERVICE: Symbol('nostrMetadataService'),
// Events services
EVENTS_SERVICE: Symbol('eventsService'),