diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-05-16 21:42:07 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-05-16 21:42:07 +0300 |
commit | 512ca88804268bf58a754e8a02be556f953db317 (patch) | |
tree | e5b6980661bde6ec1cbcfed1f16f040bea2be2f0 /interface | |
parent | a8a4c72d14027afa669fd7c85ea3a48bde8a3924 (diff) |
Fix notifications about own messages
Diffstat (limited to 'interface')
-rw-r--r-- | interface/ui.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface/ui.go b/interface/ui.go index 6023953..7e181d8 100644 --- a/interface/ui.go +++ b/interface/ui.go @@ -117,4 +117,6 @@ type Message interface { SetState(state MessageState) State() MessageState + + SenderID() string } |