aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/base.go
diff options
context:
space:
mode:
authorSimon Magnin-Feysot <simon.magninfeysot@iguanesolutions.com>2020-04-07 19:06:10 +0200
committerSimon Magnin-Feysot <simon.magninfeysot@iguanesolutions.com>2020-04-07 19:06:10 +0200
commit41e7b018c1f36395dccdff586f2668a249a5bcc0 (patch)
treee9f77301d50a0c4297a00d05e02246d07c49a6d5 /ui/messages/base.go
parent8b68140dc9e4bc6d51f49a4a38a09e1a0b0ffd67 (diff)
command toggle downloads
Diffstat (limited to 'ui/messages/base.go')
-rw-r--r--ui/messages/base.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/messages/base.go b/ui/messages/base.go
index e86b85c..58d9b6e 100644
--- a/ui/messages/base.go
+++ b/ui/messages/base.go
@@ -36,7 +36,7 @@ type MessageRenderer interface {
NotificationContent() string
PlainText() string
CalculateBuffer(prefs config.UserPreferences, width int, msg *UIMessage)
- RegisterMatrix(matrix ifc.MatrixContainer)
+ RegisterMatrix(matrix ifc.MatrixContainer, prefs config.UserPreferences)
Height() int
Clone() MessageRenderer
String() string