removing lnvpn api

This commit is contained in:
Blake Kaufman
2025-12-14 10:31:21 -05:00
parent 1c30cf765a
commit f91fdd85e3
3 changed files with 9 additions and 9 deletions
@@ -14,12 +14,12 @@ const APPLIST = [
description: 'apps.appList.SMSDescription',
pageName: 'sms4sats',
},
{
name: 'apps.appList.VPN',
svgName: 'shield',
description: 'apps.appList.VPNDescription',
pageName: 'lnvpn',
},
// {
// name: 'apps.appList.VPN',
// svgName: 'shield',
// description: 'apps.appList.VPNDescription',
// pageName: 'lnvpn',
// },
{
name: 'apps.appList.onlineListings',
svgName: 'globeIcon',
@@ -72,7 +72,7 @@ export default function ExpandedContactsPage(props) {
async function updateSeenTransactions() {
const newMessagesList = [];
let consecutiveSeenCount = 0;
const REQUIRED_CONSECUTIVE_SEEN = 5;
const REQUIRED_CONSECUTIVE_SEEN = 100;
for (let i = 0; i < contactTransactions.length; i++) {
const msg = contactTransactions[i];
+2 -2
View File
@@ -62,8 +62,8 @@ export default function AppStore({ navigation }) {
(appElementWidth / localScreenWidth) * 100
}%`;
if (hideGenerativeAI && app.pageName.toLowerCase() === 'ai') return;
else if (!hideGenerativeAI && app.pageName.toLowerCase() === 'soon') return;
// if (hideGenerativeAI && app.pageName.toLowerCase() === 'ai') return;
// else if (!hideGenerativeAI && app.pageName.toLowerCase() === 'soon') return;
return (
<TouchableOpacity