forked from AkkomaGang/akkoma
Update user cache when user tags are updated
This commit is contained in:
parent
a39a094cda
commit
fc35481445
1 changed files with 1 additions and 1 deletions
|
@ -1200,7 +1200,7 @@ defp update_tags(%User{} = user, new_tags) 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
|
||||||
|
|
Loading…
Reference in a new issue