Krille-chan on Nostr: Today I refactored the code when sending files in FluffyChat. Now the app does not ...
Today I refactored the code when sending files in FluffyChat. Now the app does not try to load all bytes from the files at once. It first checks the sizes and queries the max file size from the server.
Previously the app could even crash when picking a too large file. Especially videos. Now it is possible to pick large videos and let the app try to compress them, without the risk, that the app crashes.
This should make sending large files a much smoother experience.
https://github.com/krille-chan/fluffychat/pull/1354
Previously the app could even crash when picking a too large file. Especially videos. Now it is possible to pick large videos and let the app try to compress them, without the risk, that the app crashes.
This should make sending large files a much smoother experience.
https://github.com/krille-chan/fluffychat/pull/1354