aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/meta.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/messages/meta.go')
-rw-r--r--ui/messages/meta.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/messages/meta.go b/ui/messages/meta.go
index 3a1dd19..23a52e9 100644
--- a/ui/messages/meta.go
+++ b/ui/messages/meta.go
@@ -34,6 +34,10 @@ func (meta *BasicMeta) Sender() string {
return meta.BSender
}
+func (meta *BasicMeta) SenderID() string {
+ return meta.BSender
+}
+
// SenderColor returns the color the name of the sender should be shown in.
func (meta *BasicMeta) SenderColor() tcell.Color {
return meta.BSenderColor