aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pleroma/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pleroma/webview.js')
-rw-r--r--recipes/pleroma/webview.js2
1 files changed, 1 insertions, 1 deletions
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) => {