fix bug from status-react

This commit is contained in:
andrey 2021-03-04 17:41:41 +01:00 committed by flexsurfer
parent 290f21d9ba
commit 38b0401acd
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ func (c *Chat) Public() bool {
} }
func (c *Chat) ProfileUpdates() bool { func (c *Chat) ProfileUpdates() bool {
return c.ChatType == ChatTypeProfile return c.ChatType == ChatTypeProfile || len(c.Profile) > 0
} }
func (c *Chat) Timeline() bool { func (c *Chat) Timeline() bool {