Explorar o código

fix: null email in request to /share

KernelDeimos hai 11 meses
pai
achega
bf63144f7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/UI/UIWindowShare.js

+ 1 - 1
src/UI/UIWindowShare.js

@@ -216,7 +216,7 @@ async function UIWindowShare(items, recipient){
                 },
                 data: JSON.stringify({
                     recipients:[
-                        recipient_username
+                        recipient_username || recipient_email
                     ],
                     shares: [
                         {