Zaki Chammaa
Results
1
issues of
Zaki Chammaa
Hi! The function `SendMessage(channel *models.Channel, text string)` in `realtime/messages.go` currently takes a `string` and creates a `models.Message` variable in the function before sending it. This really limits what we can...