fix(usernames): sync index active collectible aliases
This commit is contained in:
parent
2f995f607a
commit
5156b17c1b
29 changed files with 657 additions and 112 deletions
|
|
@ -112,7 +112,7 @@ func (s *CommunityStore) viewLocked(userID, id int64) (domain.CommunityView, err
|
|||
cm, ok := s.channels.members[l.Peer.ID][userID]
|
||||
joined = ok && cm.Status == domain.ChannelMemberActive
|
||||
if channel, ok := s.channels.channels[l.Peer.ID]; ok {
|
||||
inherentlyViewable = publicPreviewableChannel(channel)
|
||||
inherentlyViewable = s.channels.publicPreviewableChannelLocked(channel)
|
||||
}
|
||||
s.channels.mu.RUnlock()
|
||||
} else if l.Peer.Type == domain.PeerTypeUser && s.dialogs != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue