mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-03 22:35:45 +02:00
conversations: turn off request filter when switching accounts
Change-Id: Icbf4b20ae23360262d6ed0214101c8775ac9e9d8
This commit is contained in:
parent
cbcc0e4752
commit
7529e2e3ec
1 changed files with 6 additions and 0 deletions
|
@ -178,6 +178,12 @@ ConversationsAdapter::onCurrentAccountIdChanged()
|
|||
connectConversationModel();
|
||||
|
||||
set_profileTypeFilter(lrcInstance_->getCurrentAccountInfo().profileInfo.type);
|
||||
|
||||
// Always turn the requests filter off when switching account.
|
||||
// Conversation selection will manage the filter state in the
|
||||
// case of programmatic selection(incoming call, notification
|
||||
// activation, etc.).
|
||||
set_filterRequests(false);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue