mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
derp
This commit is contained in:
parent
247dde9a5b
commit
fbb35d3b3a
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ defmodule Philomena.Posts.ElasticsearchIndex do
|
||||||
deleted: post.hidden_from_users,
|
deleted: post.hidden_from_users,
|
||||||
access_level: post.topic.forum.access_level,
|
access_level: post.topic.forum.access_level,
|
||||||
destroyed_content: post.destroyed_content,
|
destroyed_content: post.destroyed_content,
|
||||||
approved: post.topic.approved && post.approved
|
approved: post.approved
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue