fix bug from status-react
This commit is contained in:
parent
290f21d9ba
commit
38b0401acd
|
@ -97,7 +97,7 @@ func (c *Chat) Public() bool {
|
|||
}
|
||||
|
||||
func (c *Chat) ProfileUpdates() bool {
|
||||
return c.ChatType == ChatTypeProfile
|
||||
return c.ChatType == ChatTypeProfile || len(c.Profile) > 0
|
||||
}
|
||||
|
||||
func (c *Chat) Timeline() bool {
|
||||
|
|
Loading…
Reference in New Issue