forked from AkkomaGang/akkoma
parent
42268b0981
commit
0b527b5528
1 changed files with 2 additions and 1 deletions
|
@ -271,7 +271,8 @@ def to_simple_form(%{data: %{"type" => "Undo"}} = activity, user, with_author) d
|
|||
[]}
|
||||
] ++ mentions ++ author
|
||||
|
||||
_ -> []
|
||||
_ ->
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue