aboutsummaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-05-16 21:42:07 +0300
committerTulir Asokan <tulir@maunium.net>2018-05-16 21:42:07 +0300
commit512ca88804268bf58a754e8a02be556f953db317 (patch)
treee5b6980661bde6ec1cbcfed1f16f040bea2be2f0 /interface
parenta8a4c72d14027afa669fd7c85ea3a48bde8a3924 (diff)
Fix notifications about own messages
Diffstat (limited to 'interface')
-rw-r--r--interface/ui.go2
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
}