Skip to content

Commit

Permalink
Fix: small fix before release (#1148)
Browse files Browse the repository at this point in the history
* v

* Update functions.js
  • Loading branch information
maxgithubprofile authored Nov 28, 2023
1 parent 71606d3 commit 37798e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2923,7 +2923,7 @@ Application = function (p) {
account.releaseCheckInAnotherSession()
}

self.platform.sdk.notifications.getNotifications()
self.platform.ws.getMissed()
}

})
Expand Down
2 changes: 1 addition & 1 deletion js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -10567,7 +10567,7 @@ var connectionSpeed = function()
return defaultSpeed;
};

function replaceArchiveInImage(src) {
replaceArchiveInImage = function(src) {
var srcNew = src;

app.platform.archivedServers.map(server => {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "pocketnet",
"version": "0.8.73",
"version": "0.8.74",
"versionsuffix": "1",
"cordovaversion": "1.8.73",
"cordovaversioncode": "180731",
"cordovaversion": "1.8.74",
"cordovaversioncode": "180741",
"description": "Bastyon desktop application",
"author": "Pocketnet Community <[email protected]>",
"company": "Pocketnet Community",
Expand Down

0 comments on commit 37798e5

Please sign in to comment.