Skip to content

Commit

Permalink
Merge pull request #1028 from Codeinwp/feat/pro/568
Browse files Browse the repository at this point in the history
Added telegram network service
  • Loading branch information
vytisbulkevicius authored Feb 6, 2025
2 parents 2826ccf + 1784023 commit 4656e9c
Show file tree
Hide file tree
Showing 15 changed files with 2,393 additions and 26 deletions.
5 changes: 5 additions & 0 deletions assets/css/rop_core.css
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,10 @@ a.active {
color:#fff;
}

#rop_core .btn.btn-telegram{
background-color:#3390ec;
color:#fff;
}
#rop_core .btn.btn-mastodon{
background-color:#6364FF;
color:#fff;
Expand All @@ -855,6 +859,7 @@ a.active {
.btn-gmb,
.btn-vk,
.btn-webhook
.btn-telegram
.btn-mastodon
):is(
:focus,
Expand Down
2 changes: 1 addition & 1 deletion assets/js/build/dashboard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/build/publish_now.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"facebook/graph-sdk": "^5.7",
"abraham/twitteroauth": "^4.0",
"codeinwp/themeisle-sdk": "^3.3",
"vkcom/vk-php-sdk": "5.101.0"
"vkcom/vk-php-sdk": "5.101.0",
"irazasyed/telegram-bot-sdk": "3.9.0"
},
"extra": {
"installer-disable": true
Expand Down
Loading

0 comments on commit 4656e9c

Please sign in to comment.