refactor: client service
This commit is contained in:
parent
5afbdd0aa4
commit
21f09426cf
8 changed files with 459 additions and 491 deletions
|
|
@ -650,7 +650,7 @@ export function NostrProvider({ children }: { children: React.ReactNode }) {
|
|||
if (newFollowListEvent.id !== followListEvent.id) return
|
||||
|
||||
setFollowListEvent(newFollowListEvent)
|
||||
client.updateFollowListCache(newFollowListEvent)
|
||||
await client.updateFollowListCache(newFollowListEvent)
|
||||
}
|
||||
|
||||
const updateMuteListEvent = async (muteListEvent: Event, privateTags: string[][]) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue