Merge branch 'pleroma_internal' into 'develop'

Add `pleroma_internal` as an internal field

See merge request pleroma/pleroma!2533
This commit is contained in:
lain 2020-05-14 08:22:53 +00:00
commit 4134bfbbb2
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ defmodule Pleroma.Constants do
"announcement_count",
"emoji",
"context_id",
"deleted_activity_id"
"deleted_activity_id",
"pleroma_internal"
]
)