aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pleroma
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pleroma')
-rw-r--r--recipes/pleroma/package.json2
-rw-r--r--recipes/pleroma/webview.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/pleroma/package.json b/recipes/pleroma/package.json
index 1592d7b..766a63c 100644
--- a/recipes/pleroma/package.json
+++ b/recipes/pleroma/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "pleroma", 2 "id": "pleroma",
3 "name": "Pleroma", 3 "name": "Pleroma",
4 "version": "1.2.0", 4 "version": "1.2.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "hasCustomUrl": true 7 "hasCustomUrl": true
diff --git a/recipes/pleroma/webview.js b/recipes/pleroma/webview.js
index 557f318..da76955 100644
--- a/recipes/pleroma/webview.js
+++ b/recipes/pleroma/webview.js
@@ -151,7 +151,7 @@ module.exports = Ferdi => {
151 Ferdi.loop(() => { 151 Ferdi.loop(() => {
152 getMessages(); 152 getMessages();
153 if (updater.update()) { 153 if (updater.update()) {
154 Ferdi.ipcRenderer.sendToHost('avatar', updater.toDataURL()); 154 Ferdi.setAvatarImage(updater.toDataURL());
155 } 155 }
156 }); 156 });
157 }, (e) => { 157 }, (e) => {