Fix notifications about own messages

This commit is contained in:
Tulir Asokan
2018-05-16 21:42:07 +03:00
parent a8a4c72d14
commit 512ca88804
4 changed files with 11 additions and 3 deletions

View File

@ -117,4 +117,6 @@ type Message interface {
SetState(state MessageState)
State() MessageState
SenderID() string
}