forked from mirrors/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,
|
const(object_internal_fields,
|
||||||
do: [
|
do: [
|
||||||
"reactions",
|
"reactions",
|
||||||
"reactions_count",
|
"reaction_count",
|
||||||
"likes",
|
"likes",
|
||||||
"like_count",
|
"like_count",
|
||||||
"announcements",
|
"announcements",
|
||||||
|
|
Loading…
Reference in a new issue