Retain channel context for user cards opened from search window (#2088)
This commit is contained in:
@@ -70,6 +70,7 @@ void SearchPopup::setChannelFilters(FilterSetPtr filters)
|
||||
|
||||
void SearchPopup::setChannel(const ChannelPtr &channel)
|
||||
{
|
||||
this->channelView_->setSourceChannel(channel);
|
||||
this->channelName_ = channel->getName();
|
||||
this->snapshot_ = channel->getMessageSnapshot();
|
||||
this->search();
|
||||
|
||||
Reference in New Issue
Block a user