mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 22:01:19 +00:00
Update comment.rs
This commit is contained in:
parent
f54a350b85
commit
d89610964a
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ impl Object for ApubComment {
|
||||||
deleted: Some(false),
|
deleted: Some(false),
|
||||||
ap_id: Some(note.id.into()),
|
ap_id: Some(note.id.into()),
|
||||||
distinguished: note.distinguished,
|
distinguished: note.distinguished,
|
||||||
path: None,
|
|
||||||
local: Some(false),
|
local: Some(false),
|
||||||
language_id,
|
language_id,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue