dscottboggs / mastodon-async

Mastodon Client for Rust
Other
34 stars 12 forks source link

Status editing #118

Closed AkkermanD closed 1 year ago

AkkermanD commented 1 year ago

This is related to the https://github.com/dscottboggs/mastodon-async/issues/112 Implemented as a separate function, not using route... macros because route requires both id and parameter. And there is no macros for such case, if I get it right. Please let me know, if I'm wrong :)

dscottboggs commented 1 year ago

I will take a closer look a little later today. I greatly appreciate your contribution!