This commit is contained in:
Tulir Asokan
2018-04-19 11:10:34 +03:00
parent b17ff318c2
commit b1dc965a4a
14 changed files with 29 additions and 31 deletions

View File

@ -67,7 +67,7 @@ type LoginView interface {
type MessageDirection int
const (
AppendMessage MessageDirection = iota
AppendMessage MessageDirection = iota
PrependMessage
IgnoreMessage
)