Skip to content

Commit

Permalink
Fix infinite loop on auth
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Nov 13, 2024
1 parent 427cc12 commit d4bf2ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
draft: true
prerelease: ${{ steps.regex-match.outputs.match != '' }}

- name: Set asset_name
Expand Down
1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class NotificationsService : Service() {
ExternalSigner.auth(relay.url, challenge) { result ->
Log.d("Pokey", "Relay on Auth response: ${relay.url} : ${result.toJson()}")
relay.send(result)
relay.renewFilters()
}
}

Expand Down

0 comments on commit d4bf2ac

Please sign in to comment.