aboutsummaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-13 21:25:45 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-13 21:25:45 +0300
commit69c163cfe9d353060896403a3e844848d4fd54eb (patch)
tree3b61d43f66a641c462c33620de90ff9d2b2c1047 /interface
parent7e5e802e90e38e7b1de025e792e228ac7b329a53 (diff)
Unknown changes that possibly fix and/or break things
Diffstat (limited to 'interface')
-rw-r--r--interface/ui.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/interface/ui.go b/interface/ui.go
index fed1a73..e6071fc 100644
--- a/interface/ui.go
+++ b/interface/ui.go
@@ -119,8 +119,7 @@ type Message interface {
SetType(msgtype string)
Type() string
- SetText(text string)
- Text() string
+ NotificationContent() string
SetState(state MessageState)
State() MessageState