mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
error on restoring forum post (fixes philomena-dev/philomena#59)
This commit is contained in:
parent
c7ace12132
commit
4cb00d1d0e
1 changed files with 2 additions and 0 deletions
|
@ -199,6 +199,8 @@ defmodule Philomena.Posts do
|
|||
{:ok, post} ->
|
||||
reindex_post(post)
|
||||
|
||||
{:ok, post}
|
||||
|
||||
error ->
|
||||
error
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue