ソースを参照

fix: null email in request to /share

KernelDeimos 11 ヶ月 前
コミット
bf63144f7a
1 ファイル変更1 行追加1 行削除
  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: [
                         {