forked from AkkomaGang/akkoma
Pleroma.Constants: Fix typo.
This commit is contained in:
parent
0aef18bcf4
commit
04a2910f33
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ defmodule Pleroma.Constants do
|
|||
const(object_internal_fields,
|
||||
do: [
|
||||
"reactions",
|
||||
"reactions_count",
|
||||
"reaction_count",
|
||||
"likes",
|
||||
"like_count",
|
||||
"announcements",
|
||||
|
|
Loading…
Reference in a new issue