mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added flags
to post schema
This commit is contained in:
parent
48fe5b5cac
commit
254455ba59
@ -7,4 +7,5 @@ export default {
|
|||||||
attachments: { type: Array, default: [] },
|
attachments: { type: Array, default: [] },
|
||||||
type: { type: String, default: "text" },
|
type: { type: String, default: "text" },
|
||||||
data: { type: Object, default: {} },
|
data: { type: Object, default: {} },
|
||||||
|
flags: { type: Array, default: [] },
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user