Save to the album doesn't works.

Need to use a new zoom view lib or create a component to save images and display that looks like this:

Hello. Any updates in this? 鈽猴笍
Hello @ccfiel ! We prefer to first change the image preview #903 and after that create a "save to album" feature.
@djorkaeffalexandre thanks for the update!
This is a huge bummer having all sent images stuck on the RocketChat app, not being able to share the image to other apps or view it offline.. Also, any plans to have the image attachments to be downloaded automatically for future references? When viewing file list on the app, images have to be downloaded again from the server and all we see are empty thumbnails without any indication on whether it is being loaded or not.
@diegolmello Sir I have implemented the save to function, but on the existing zoom library that is being used in the app. However the same code can be used if some other image-zoom gallery or custom component is implemented.
Currently the feature looks as follows->
1)Using toast- problem here is that the toast box appears below the image so one needs to close the image modal to see the toast. Also we will need to add translations for 'Saved to gallery'.

2)Using Alert-

A loader can be added with both to enhance user experience. So if the above Gifs look fine, shall I raise the PR, and which should I use Alert or toast? or should I wait until another image-zoom library is implemented?
Use toast and add that key to en.js.
Also, you don鈥檛 need to ask to open your PR.
You鈥檙e helping us and I鈥檓 always glad to review/help you merge it.
Thanks.
@diegolmello Thanks Sir. Actually I meant that if we will be implementing a different component for image viewing then I can directly use the code there, that is why I asked.
And thanks for the support Sir :)