* Fixing message field name to reflect its actualy key name
type -> content_type
This commit is contained in:
shockrah
2021-08-28 14:23:27 -07:00
parent fcd48a36a1
commit 3cf77300b6
2 changed files with 12 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ weight: 40
id | `u64`
time | `i64`
content | `String`
type | `String`
content_type | `String`
author_id | `u64`
channel_id | `u64`