Switch to Go modules and make other changes

This commit is contained in:
Tulir Asokan
2019-01-11 23:28:47 +02:00
parent 2fc3378b71
commit 331597b9f8
347 changed files with 189 additions and 81573 deletions

View File

@ -73,7 +73,6 @@ type RoomView interface {
SetTyping(users []string)
UpdateUserList()
NewMessage(id, sender string, msgtype mautrix.MessageType, text string, timestamp time.Time) Message
NewTempMessage(msgtype mautrix.MessageType, text string) Message
AddMessage(message Message, direction MessageDirection)
AddServiceMessage(message string)