Fix compilation error

This commit is contained in:
Tulir Asokan 2020-02-20 22:42:53 +02:00
parent fa8147f07a
commit 852023c611

View File

@ -19,7 +19,6 @@ package messages
import (
"fmt"
"sort"
"strings"
"time"
"maunium.net/go/gomuks/config"
@ -138,7 +137,6 @@ func (msg *UIMessage) AddReaction(key string) {
})
}
sort.Sort(msg.Reactions)
msg.CalculateReactionBuffer()
}
func unixToTime(unix int64) time.Time {