Skip to content

Commit

Permalink
link2xt's review
Browse files Browse the repository at this point in the history
Co-authored-by: l <[email protected]>
  • Loading branch information
Hocuri and link2xt committed Feb 8, 2025
1 parent dead9f9 commit ba20946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deltachat-jsonrpc/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2164,7 +2164,7 @@ impl CommandApi {

// mimics the old desktop call, will get replaced with something better in the composer rewrite,
// the better version will just be sending the current draft, though there will be probably something similar with more options to this for the corner cases like setting a marker on the map
#[allow(clippy::too_many_arguments)]
#[expect(clippy::too_many_arguments)]
async fn misc_send_msg(
&self,
account_id: u32,
Expand Down Expand Up @@ -2211,7 +2211,7 @@ impl CommandApi {
// the better version should support:
// - changing viewtype to enable/disable compression
// - keeping same message id as long as attachment does not change for webxdc messages
#[allow(clippy::too_many_arguments)]
#[expect(clippy::too_many_arguments)]
async fn misc_set_draft(
&self,
account_id: u32,
Expand Down

0 comments on commit ba20946

Please sign in to comment.