diff --git a/README.md b/README.md index 7c4e74a5..1c99df18 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ - [Table of Contents](#table-of-contents) - [Screenshot](#screenshot) -- [Services available - 95](#services-available---95) +- [Services available - 94](#services-available---94) - [Features](#features) - [Privacy](#privacy) - [Donations](#donations) @@ -54,7 +54,7 @@ ---------- -## Services available - 95 +## Services available - 94 WhatsApp Messenger @@ -66,7 +66,6 @@ Gmail Inbox HipChat -Allo ChatWork GroupMe diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index c93fc009..be00aa16 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -803,15 +803,6 @@ Ext.define('Hamsket.store.ServicesList', { ,type: 'messaging' ,js_unread: `let checkUnread=()=>{const a=document.getElementsByClassName("unread")[0];hamsket.updateBadge(t=void 0===a?0:parseInt(a.textContent.replace(/[^0-9]/g,"")))};setInterval(checkUnread,3e3);` }, - { - id: 'allo' - ,logo: 'allo.png' - ,name: 'Allo' - ,description: 'Google Allo is a smart messaging app that helps you say more and do more. Express yourself better with stickers, doodles, and HUGE emojis & text. Allo also brings you the Google Assistant.' - ,url: 'https://allo.google.com/web' - ,type: 'messaging' - ,js_unread: `let checkUnread=()=>{const e=document.querySelectorAll(".hasUnread.conversation_item");let n=0;for(const i of e){const m=i.querySelector("#muted"),u=i.querySelector(".unreadCount"),c=parseInt(u.innerHTML.trim()),r=null===m||"none"===m.style.display?c:0;n+=isNaN(r)?0:r}hamsket.updateBadge(n)};setInterval(checkUnread,3e3);` - }, { id: 'Kune' ,logo: 'kune.png' diff --git a/resources/icons/allo.png b/resources/icons/allo.png deleted file mode 100644 index b87d4352..00000000 Binary files a/resources/icons/allo.png and /dev/null differ