Update user cache when user tags are updated

This commit is contained in:
eugenijm 2019-02-19 10:43:37 +03:00
parent a39a094cda
commit fc35481445
1 changed files with 1 additions and 1 deletions

View File

@ -1200,7 +1200,7 @@ defmodule Pleroma.User do
{:ok, updated_user} = {:ok, updated_user} =
user user
|> change(%{tags: new_tags}) |> change(%{tags: new_tags})
|> Repo.update() |> update_and_set_cache()
updated_user updated_user
end end