diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-04-13 21:25:45 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-04-13 21:25:45 +0300 |
commit | 69c163cfe9d353060896403a3e844848d4fd54eb (patch) | |
tree | 3b61d43f66a641c462c33620de90ff9d2b2c1047 /interface | |
parent | 7e5e802e90e38e7b1de025e792e228ac7b329a53 (diff) |
Unknown changes that possibly fix and/or break things
Diffstat (limited to 'interface')
-rw-r--r-- | interface/ui.go | 3 |
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 |