Made gofmt happy.
This commit is contained in:
@@ -263,7 +263,7 @@ func (gw *Gateway) handleMessage(msg config.Message, dest *bridge.Bridge) []*BrM
|
|||||||
channels := gw.getDestChannel(&msg, *dest)
|
channels := gw.getDestChannel(&msg, *dest)
|
||||||
for _, channel := range channels {
|
for _, channel := range channels {
|
||||||
// Performs rethreading.
|
// Performs rethreading.
|
||||||
msg.ParentID = gw.getParentID(&msg, dest, channel)
|
msg.ParentID = gw.getParentID(&msg, dest, channel)
|
||||||
|
|
||||||
// Only send the avatar download event to ourselves.
|
// Only send the avatar download event to ourselves.
|
||||||
if msg.Event == config.EventAvatarDownload {
|
if msg.Event == config.EventAvatarDownload {
|
||||||
|
|||||||
Reference in New Issue
Block a user