Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete expired KeyPackage, rotate KeyPackages #541

Closed
wants to merge 3 commits into from

Change expiration to expire_at_s

85112a0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Delete expired KeyPackage, rotate KeyPackages #541

Change expiration to expire_at_s
85112a0
Select commit
Loading
Failed to load commit list.
GitHub Actions / ffi succeeded Mar 11, 2024 in 0s

ffi

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.76.0 (07dca489a 2024-02-04)
  • cargo 1.76.0 (c84b36747 2024-01-18)
  • clippy 0.1.76 (07dca48 2024-02-04)

Annotations

Check warning on line 57 in src/mls.rs

See this annotation in the file changed.

@github-actions github-actions / ffi

this function has too many arguments (8/7)

warning: this function has too many arguments (8/7)
  --> src/mls.rs:48:1
   |
48 | / pub async fn create_client(
49 | |     logger: Box<dyn FfiLogger>,
50 | |     host: String,
51 | |     is_secure: bool,
...  |
56 | |     legacy_signed_private_key_proto: Option<Vec<u8>>,
57 | | ) -> Result<Arc<FfiXmtpClient>, GenericError> {
   | |_____________________________________________^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
   = note: `#[warn(clippy::too_many_arguments)]` on by default