-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
purple: update client to work with damus-api post express refactor
these changes were made to adapt the client-side to the new improvements done to the Purple API server (See damus-io/api#1) Testing ------- PASS Device: iPhone 15 Pro simulator iOS: 17.2 Damus: This commit damus-api: bda56590be7eb47e21dfd61ab94b17f6a8595d0c Server: Ubuntu 22.04 (VM) Setup: 1. On the server, delete the `mdb` database files to start from scratch 2. Enable subscriptions support via developer settings with localhost test mode and restart app 3. Get Damus Purple (Purchase it via Xcode test environment) 4. Start server with mock parameters (Run `npm run dev`) 5. Restart app Steps ----- 1. Post something 2. Gold star should appear beside your name 3. Look at the server logs. There should be some requests to create the account (POST), to send the receipt (POST), and to get account status. Those three requests should have returned HTTP status 200. Signed-off-by: Daniel D’Aquino <[email protected]> Reviewed-by: William Casarin <[email protected]> Signed-off-by: William Casarin <[email protected]>
- Loading branch information
1 parent
5ca5420
commit 39b6dfb
Showing
3 changed files
with
27 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters