added flags to post schema

This commit is contained in:
srgooglo 2022-10-16 19:03:18 +02:00
parent 48fe5b5cac
commit 254455ba59

View File

@ -7,4 +7,5 @@ export default {
attachments: { type: Array, default: [] },
type: { type: String, default: "text" },
data: { type: Object, default: {} },
flags: { type: Array, default: [] },
}