aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/redactedmessage.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/redactedmessage.go
parent8b68140dc9e4bc6d51f49a4a38a09e1a0b0ffd67 (diff)
command toggle downloads
Diffstat (limited to 'ui/messages/redactedmessage.go')
-rw-r--r--ui/messages/redactedmessage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/messages/redactedmessage.go b/ui/messages/redactedmessage.go
index fc34682..56b4822 100644
--- a/ui/messages/redactedmessage.go
+++ b/ui/messages/redactedmessage.go
@@ -65,4 +65,4 @@ func (msg *RedactedMessage) Draw(screen mauview.Screen) {
}
}
-func (msg *RedactedMessage) RegisterMatrix(matrix ifc.MatrixContainer) {}
+func (msg *RedactedMessage) RegisterMatrix(matrix ifc.MatrixContainer, prefs config.UserPreferences) {}