mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
clippy
This commit is contained in:
parent
c792f46c59
commit
78a8a7b8b7
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ impl AnnounceActivity {
|
|||
let inner_kind = object
|
||||
.other
|
||||
.get("type")
|
||||
.and_then(|e| e.as_str())
|
||||
.and_then(serde_json::Value::as_str)
|
||||
.unwrap_or("other");
|
||||
let id =
|
||||
generate_announce_activity_id(inner_kind, &context.settings().get_protocol_and_hostname())?;
|
||||
|
|
Loading…
Reference in a new issue