nostrdb: add profiles to nostrdb
This adds profiles to nostrdb - Remove in-memory Profiles caches, nostrdb is as fast as an in-memory cache - Remove ProfileDatabase and just use nostrdb directly Changelog-Changed: Use nostrdb for profiles
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct SuggestedUser: Codable {
|
||||
struct SuggestedUser {
|
||||
let pubkey: Pubkey
|
||||
let name: String
|
||||
let about: String
|
||||
|
||||
Reference in New Issue
Block a user