mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-05-25 02:42:13 +00:00
Merge pull request #403 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
171a3d7f5e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release_github.yml
vendored
3
.github/workflows/release_github.yml
vendored
|
|
@ -25,6 +25,9 @@ jobs:
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
|
- name: Install requirements
|
||||||
|
run: sudo apt-get install protobuf-compiler
|
||||||
|
|
||||||
- name: Cloning sub-repos
|
- name: Cloning sub-repos
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue