Local Zap Notifications

Changelog-Added: Local zap notifications
This commit is contained in:
Swift
2023-03-24 18:45:35 -04:00
committed by William Casarin
parent c7a34379dd
commit b773df1204
3 changed files with 42 additions and 4 deletions

View File

@@ -776,7 +776,6 @@ func setup_notifications() {
}
}
func find_event(state: DamusState, evid: String, search_type: SearchType, find_from: [String]?, callback: @escaping (NostrEvent?) -> ()) {
if let ev = state.events.lookup(evid) {
callback(ev)