Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-22 12:25:01 +00:00
parent c2fb06ae73
commit ed691ec515
38 changed files with 806 additions and 806 deletions

View File

@@ -53,7 +53,7 @@ type Channel struct {
// description for the channel
Description string `json:"description"`
// last activity time
LastActive string `json:"lastActive"`
LastActive string `json:"last_active"`
// name of the channel
Name string `json:"name"`
}