-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Idea] slack link #147
Labels
Comments
슬랙링크 테스트 |
slack://user?team=T039P7U66&id=U035K1TH1GD |
|
UPDATE mentor_profiles
SET socialLink = CONCAT('slack://user?team=T039P7U66&id=', SUBSTRING_INDEX(SUBSTRING_INDEX(socialLink, '/', -1), '|', 1))
WHERE socialLink LIKE 'https://42born2code.slack.com/team/%';
UPDATE mentor_profiles
SET socialLink = CONCAT('https://42born2code.slack.com/team/', SUBSTRING_INDEX(SUBSTRING_INDEX(socialLink, '=', -1), '&', 1))
WHERE socialLink LIKE 'slack://user?team=T039P7U66&id=%'; |
이건 백엔드쪽에서 redirection하는게 나아보입니다 |
gmail 이슈는 뭘까요? 예약하기 버튼에서 나타나는 문제인가요? |
작업 전 db 백업 한번 하고 해봅시두 |
을 하면 gmail에서 href attribute를 삭제해버립니당 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
slack link관련해서 이거 함 보는게 좋아보입니다
deep-link slack
The text was updated successfully, but these errors were encountered: