Fix the tests.
[ssh-chat] / chat / message / user.go
index 5e3f0a5a3c59d4d85e362535f466e7822684908a..43beaa0acca88eccf149419e0d00a5fee3407c5c 100644 (file)
@@ -233,7 +233,7 @@ func (u *User) render(m Message) string {
                } else {
                        ts = ts.UTC()
                }
-               return cfg.Theme.Timestamp(ts.Format(*cfg.Timeformat)) + "  " + out + Newline
+               return ts.Format(*cfg.Timeformat) + "  " + out + Newline
        }
        return out + Newline
 }