diff --git a/drivel.go b/drivel.go index 956172e..5f9e451 100644 --- a/drivel.go +++ b/drivel.go @@ -524,7 +524,7 @@ type Media struct { } func (m Status) String() string { - s := m.User.Name + " " + "(" + m.Id_str + ")" + ":\n" + m.Full_text + s := m.User.Screen_name + " " + "(" + m.Id_str + ")" + ":\n" + m.Full_text allMedia := m.Extended_entities.Media if len(allMedia) > 0 { s += "\n\nMedia:"