You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/lina-core/api/usermsg/v1/usermsg_get.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ type GetRes struct {
20
20
TypeLabelstring`json:"typeLabel" dc:"Localized category label resolved by the host according to the request locale" eg:"Notice"`
21
21
TypeColorstring`json:"typeColor" dc:"Localized category tag color resolved by the host so the inbox preview can render badges without hardcoding category-specific colors" eg:"blue"`
SourceIdstring`json:"sourceId" dc:"Original sender-declared source record ID" eg:"notice-1001"`
24
24
Contentstring`json:"content" dc:"Can be used directly to preview rendered message content" eg:"<p>The system will be undergoing maintenance tonight</p>"`
Copy file name to clipboardExpand all lines: apps/lina-core/api/usermsg/v1/usermsg_list.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ type MessageItem struct {
44
44
TypeLabelstring`json:"typeLabel" dc:"Localized category label resolved by the host according to the request locale" eg:"Notice"`
45
45
TypeColorstring`json:"typeColor" dc:"Localized category tag color resolved by the host so the inbox UI can render badges without hardcoding category-specific colors" eg:"blue"`
0 commit comments