소스 검색

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: [
                         {