Ensure we can update contentMap on update

This commit is contained in:
FloatingGhost 2023-02-23 11:00:55 +00:00
parent f22c6e4108
commit d3089ec399

View file

@ -38,7 +38,8 @@ defmodule Pleroma.Constants do
"summary", "summary",
"sensitive", "sensitive",
"attachment", "attachment",
"generator" "generator",
"contentMap"
] ]
) )