mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
add verification invite redirect
This commit is contained in:
parent
7d2700fbdf
commit
a606e9d0db
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ class Controller
|
|||
case 'chat':
|
||||
case 'slack':
|
||||
return static::redirect('https://discord.gg/SJMUq8EjXB');
|
||||
case 'verify-chat':
|
||||
return static::redirect('https://discord.gg/C3ZFqV3btX');
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue