ndb: switch to nostrdb notes
This is a refactor of the codebase to use a more memory-efficient representation of notes. It should also be much faster at decoding since we're using a custom C json parser now. Changelog-Changed: Improved memory usage and performance when processing events
This commit is contained in:
@@ -93,7 +93,7 @@ struct RelayView: View {
|
||||
}
|
||||
}
|
||||
|
||||
func RemoveButton(privkey: String, showText: Bool) -> some View {
|
||||
func RemoveButton(privkey: Privkey, showText: Bool) -> some View {
|
||||
Button(action: {
|
||||
guard let ev = state.contacts.event else {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user