Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(attachments:sandbox): fix the empty attachment bug on macos #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 24, 2020

  1. fix(attachments:sandbox): fix the empty attachment bug on macos

    when having a sandboxed app, and using NSOpenPanel for letting users the selecting a file, the attachments did contain sizeof file times zero bytes.
    
    Using the FileManager to access the file contents did solve the problem.
    
    Also the base64 and cutting off after n characters is now simplified
    sassman committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    1ae371d View commit details
    Browse the repository at this point in the history