mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-05-25 02:12:13 +00:00
Merge pull request #402 from twonlyapp/rust_integration
- New: Feature to find friends without a phone number
- New: The verification state is now transferred to the scanned user
- New: Registration setup to configure the most important configurations
- Improved: Show ⌛ instead of the flame icon when it is about to expire
- Improved: FAQ is now in the app rather than opening in the browser
- Improved: Videos can now be paused
- Improved: Lock to record hands-free
- Fix: Many smaller issues
This commit is contained in:
commit
b00fdd0938
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release_github.yml
vendored
3
.github/workflows/release_github.yml
vendored
|
|
@ -22,6 +22,9 @@ jobs:
|
|||
with:
|
||||
channel: stable
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Cloning sub-repos
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue