Skip to content

Commit

Permalink
Take the user back to wherever the conversation was restored "to"
Browse files Browse the repository at this point in the history
Linked to #315
  • Loading branch information
lourou committed Aug 27, 2024
1 parent d8ac337 commit 8457105
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/ConversationListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,11 @@ const ConversationListItem = memo(function ConversationListItem({
includeCreator: false,
includeAddedBy: false,
});
// Take the user back to wherever the conversation was restored "to"
// https://github.com/ephemeraHQ/converse-app/issues/315#issuecomment-2312903441
navigation.pop(2);
},
[translate("cancel")]: () => {
return null;
},
[translate("cancel")]: () => {},
};
const options = Object.keys(methods);

Expand Down

0 comments on commit 8457105

Please sign in to comment.