mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
remove comments
fields from post schema
This commit is contained in:
parent
e08f08d22c
commit
d17d3da6be
@ -3,7 +3,6 @@ export default {
|
||||
created_at: { type: Number, required: true },
|
||||
message: { type: String, required: true },
|
||||
likes: { type: Array, default: [] },
|
||||
comments: { type: Array, default: [] },
|
||||
additions: { type: Array, default: [] },
|
||||
type: { type: String, default: "text" },
|
||||
data: { type: Object, default: {} },
|
||||
|
Loading…
x
Reference in New Issue
Block a user