Sending Attachments to Phones
node-session-client can send Attachments to phones with Session installed? I get it on desktops, but not on phones. If there is such an opportunity, then what is needed for this?
Everything is switching over the V2 file server, so it all needs to be rebuilt. Should have attachment support back in a couple weeks.
Receiving attachments now works again. Will test sending this weekend
Thank you. But with the sending attachments I can't work. (UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined). Without Attachments, it works. It would be nice to figure out how to set up your file server v2, but this is after it works on the proposed one. I suspect the problem is here https://github.com/hesiod-project/node-session-client/blob/f7bf1086d845c7951e890f3c3401d1422001d428/lib/attachments.js#L85. But these are only my assumptions ... Do not judge strictly
Is there information on sending attachments? How was testing?
This should be resolved now, please let me know if you have any problems with the latest code