aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/message.go
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 /ui/messages/message.go
parenta8a4c72d14027afa669fd7c85ea3a48bde8a3924 (diff)
Fix notifications about own messages
Diffstat (limited to 'ui/messages/message.go')
-rw-r--r--ui/messages/message.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/messages/message.go b/ui/messages/message.go
index 637e8eb..790ae8b 100644
--- a/ui/messages/message.go
+++ b/ui/messages/message.go
@@ -30,7 +30,6 @@ type UIMessage interface {
Buffer() []tstring.TString
Height() int
- SenderID() string
RealSender() string
RegisterMatrix(matrix ifc.MatrixContainer)
}