1
0
Fork 0
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:
Andreas Traczyk 2021-06-25 11:15:10 -04:00
parent cbcc0e4752
commit 7529e2e3ec

View file

@ -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