mirror of
https://github.com/status-im/universal-links-handler.git
synced 2025-02-22 23:58:05 +00:00
The code checks for: - Presence of all three URL arguments: `a`, `a1`, `a2` - Verifies that `a`(admin key...) is 132 characters long - Verifies that `a2`(chat key...) is 169 characters long - Verifies that `a1` does not contain HTML before rendering Each case is tested, including the valid one. Signed-off-by: Jakub Sokołowski <jakub@status.im>