server: reduce message output, only show channel ID instead of full channel object
This commit is contained in:
@@ -13,11 +13,11 @@ import (
|
||||
)
|
||||
|
||||
type Message struct {
|
||||
ID uuid.UUID
|
||||
Channel Channel
|
||||
Created time.Time
|
||||
Content string
|
||||
Audio File
|
||||
ID uuid.UUID
|
||||
ChannelID uuid.UUID
|
||||
Created time.Time
|
||||
Content string
|
||||
Audio File
|
||||
}
|
||||
|
||||
type MessagePayload struct {
|
||||
|
||||
Reference in New Issue
Block a user