Skip to content

Commit

Permalink
Always send discard toggle to mixpannel
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin committed Jan 6, 2025
1 parent 28a06dc commit 5de3e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/providers/conversation_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ class ConversationProvider extends ChangeNotifier implements IWalServiceListener

if (previousQuery.isNotEmpty) {
groupSearchConvosByDate();
return;
} else {
groupConversationsByDate();
}
groupConversationsByDate();

MixpanelManager().showDiscardedMemoriesToggled(showDiscardedConversations);
}
Expand Down

0 comments on commit 5de3e7a

Please sign in to comment.