fix: favorites issues

This commit is contained in:
Rogee
2024-09-21 14:09:23 +08:00
parent f8a7e87965
commit 63b0eb8b44
4 changed files with 27 additions and 16 deletions

View File

@@ -21,5 +21,5 @@ type ChannelMessages struct {
CreatedAt time.Time
GroupID int64
Published bool
Like bool
Favorite bool
}