mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
fix
This commit is contained in:
parent
3752c96688
commit
f2ca2b4285
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ impl Object for ApubCommunity {
|
||||||
// Need to fetch mods synchronously, otherwise fetching a post in community with
|
// Need to fetch mods synchronously, otherwise fetching a post in community with
|
||||||
// `posting_restricted_to_mods` can fail if mods havent been fetched yet.
|
// `posting_restricted_to_mods` can fail if mods havent been fetched yet.
|
||||||
if let Some(moderators) = group.attributed_to {
|
if let Some(moderators) = group.attributed_to {
|
||||||
moderators.dereference(&community, &context).await.ok();
|
moderators.dereference(&community, context).await.ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
// These collections are not necessary for Lemmy to work, so ignore errors.
|
// These collections are not necessary for Lemmy to work, so ignore errors.
|
||||||
|
|
Loading…
Reference in a new issue