Commit 32a0308f authored by Brian Hatchet's avatar Brian Hatchet 💬
Browse files

Merge branch 'feat/universal-links-only-for-email-confirm' into 'master'

Universal links only for email confirmation

Closes #1292

See merge request !438
parents 00c62ae6 bcfef208
Loading
Loading
Loading
Loading
+9 −8
Original line number Original line Diff line number Diff line
@@ -24,14 +24,15 @@ class deeplinks implements Interfaces\Api, Interfaces\ApiIgnorePam
                [
                [
                    'appID' => "35U3998VRZ.com.minds.mobile",
                    'appID' => "35U3998VRZ.com.minds.mobile",
                    'paths' => [
                    'paths' => [
                        '/groups/profile/*',
                        '/email-confirmation'
                        '/groups/*',
                        // '/groups/profile/*',
                        '/media/*',
                        // '/groups/*',
                        '/newsfeed/*',
                        // '/media/*',
                        '/blog/view/*',
                        // '/newsfeed/*',
                        '/blog/*',
                        // '/blog/view/*',
                        '/channels/*',
                        // '/blog/*',
                        '/*'
                        // '/channels/*',
                        // '/*'
                    ]
                    ]
                ]
                ]
            ]
            ]