-
Notifications
You must be signed in to change notification settings - Fork 319
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
Replace messenger with telegram #3802
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@mug1wara26 is attempting to deploy a commit to the modsbot's projects Team on Vercel. A member of the Team first needs to authorize it. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3802 +/- ##
==========================================
+ Coverage 53.87% 54.59% +0.71%
==========================================
Files 274 274
Lines 6032 6052 +20
Branches 1449 1445 -4
==========================================
+ Hits 3250 3304 +54
+ Misses 2782 2748 -34 ☔ View full report in Codecov by Sentry. |
Hi thanks for this. However, I recently merged another commit that also adds Telegram buttons in some places. It would still be good to remove the FB messenger buttons though, so could you rebase your commit on top of the master branch? |
Context
Messenger group is no longer used, adds a telegram button to the contribute page and replaces all other mentions of messenger with telegram.
Issue: #3794
Implementation
Replace the messenger button with a telegram button. The background color uses the telegram background color and the icon uses the Send icon from react-feather
Other Information