mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-21 23:44:30 +00:00
fixup! Improvements to group following
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
9b1f355751
commit
2c99f8c52d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ defmodule Mobilizon.Web.Auth.Guardian do
|
|||
try do
|
||||
case Integer.parse(uid_str) do
|
||||
{uid, ""} ->
|
||||
{:ok, Users.get_user!(uid)}
|
||||
{:ok, Users.get_user_with_actors!(uid)}
|
||||
|
||||
_ ->
|
||||
{:error, :invalid_id}
|
||||
|
|
Loading…
Reference in a new issue