Skip to content

Commit

Permalink
Small documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Auties00 committed Dec 27, 2023
1 parent 699615c commit 5a98039
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Cobalt
Whatsapp4j has been renamed to Cobalt to comply with an official request coming from Whatsapp.
To be clear, this library is not affiliated with Whatsapp LLC in any way.
This is a personal project that I mantain in my free time
This is a personal project that I maintain in my free time

### What is Cobalt

Cobalt is a library built to interact with Whatsapp.
It can be used to work with:
1. WhatsappWeb (MultiDevice)
2. Whatsapp Mobile App (Personal and Business)
It can be used with:
1. Whatsapp Web (Companion)
2. Whatsapp Mobile (Personal and Business)

### Donations

Expand Down Expand Up @@ -91,10 +91,7 @@ If you are not familiar with git, follow these short tutorials in order:
feature, [create a new merge request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)

If you are trying to implement a feature that is present on WhatsappWeb's WebClient, for example audio or video calls,
consider using [WhatsappWeb4jRequestAnalyzer](https://github.com/Auties00/whatsappweb4j-request-analyzer), a tool I
built for this exact purpose.

> **_IMPORTANT:_** Enable "Delegate build actions to Maven" while working on this project or a NoSuchElementException will be thrown
consider using [WhatsappWeb4jRequestAnalyzer](https://github.com/Auties00/whatsappweb4j-request-analyzer), a tool I built for this exact purpose.

### Disclaimer about async operations
This library heavily depends on async operations using the CompletableFuture construct.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/it/auties/whatsapp/api/Whatsapp.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected Whatsapp(Store store, Keys keys, ErrorHandler errorHandler, WebVerific
return;
}

store.addListeners(ListenerScanner.scan(this, store.autodetectListeners()));
store.addListeners(ListenerScanner.scan(this, store.cacheDetectedListeners()));
}

/**
Expand Down

0 comments on commit 5a98039

Please sign in to comment.