Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/using custom protocol multiple times causes wrong invitation codes being stored #1847 #2068

Merged
merged 12 commits into from
Nov 15, 2023
Prev Previous commit
Next Next commit
fix: test snapshot for mobile deep linking
  • Loading branch information
siepra committed Nov 14, 2023
commit 83f3445e10bee110cfc6e4eb2839504346f93367
1 change: 1 addition & 0 deletions packages/mobile/src/tests/deep.linking.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ describe('Deep linking', () => {
"Navigation/replaceScreen",
"Communities/createNetwork",
"Communities/setInvitationCodes",
"Communities/savePSK",
"Communities/addNewCommunity",
"Communities/setCurrentCommunity",
"Init/deepLink",
Expand Down