Skip to content

Commit

Permalink
ffi: remove clear_already_seen_events method
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Oct 12, 2023
1 parent 44a8da9 commit 6a52596
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions bindings/nostr-sdk-ffi/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ impl Client {
Ok(self.inner.clone().shutdown()?)
}

pub fn clear_already_seen_events(&self) {
self.inner.clear_already_seen_events()
}

pub fn relays(&self) -> HashMap<String, Arc<Relay>> {
self.inner
.relays()
Expand Down
1 change: 0 additions & 1 deletion bindings/nostr-sdk-ffi/src/nostr_sdk.udl
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ interface Client {
boolean is_running();
[Throws=NostrSdkError]
void shutdown();
void clear_already_seen_events();

record<DOMString, Relay> relays();
[Throws=NostrSdkError]
Expand Down

0 comments on commit 6a52596

Please sign in to comment.