Tests[CompatExpand]
This commit is contained in:
@@ -2,7 +2,7 @@ package models
|
||||
|
||||
type CompatMessage struct {
|
||||
Title string `json:"title"`
|
||||
Body string `json:"body"`
|
||||
Body *string `json:"body"`
|
||||
Priority int `json:"priority"`
|
||||
Timestamp int64 `json:"timestamp"`
|
||||
UserMessageID *string `json:"usr_msg_id"`
|
||||
|
Reference in New Issue
Block a user