chore: improve handling of user profiles (#146)

* resubscribe metadata for all pubkeys

* .
This commit is contained in:
reya
2025-09-10 10:06:45 +07:00
committed by GitHub
parent 4ec7530b91
commit 2ea5feaf4b
7 changed files with 87 additions and 30 deletions

View File

@@ -68,8 +68,8 @@ pub enum Signal {
/// A signal to notify UI that the browser proxy service is down
ProxyDown,
/// A signal to notify UI that a new metadata event has been received
Metadata(Event),
/// A signal to notify UI that a new profile has been received
Metadata(Profile),
/// A signal to notify UI that a new gift wrap event has been received
Message((EventId, Event)),