June
June
> Does this confirm that SMServer will also work on iOS 10 or 11? Or do we need other people to test that? I think we'll need to test those...
@stevenmirabito thank you so much for checking that out! With regard to the issues you listed: - I'll make sure to add XZ Utils to the dependency list for SMServer12...
So SMServer should automatically convert `heic` images to `png`, then send that png data to the browser so that you can still view them. It doesn't yet do this kinda...
The code for handling attachment requests [in WebMessage](https://github.com/sgtaziz/WebMessage-Tweak/blob/main/WebMessage/WebMessageServer.swift#L370) is basically identical to the same code [in SMServer](https://github.com/iandwelker/smserver/blob/master/src/SMServer/shared/ChatDelegate.swift#L680), so they probably suffer from the same issues and it makes sense that...
Would you be able to provide an example of a specific `mov` file that doesn't play in your browser? All the ones that I've tried run just fine in both...
I could add contact photos next to messages, and make an option to toggle it on and off universally, but adding a way to toggle it per-chat may be a...
Oh, gotcha — I misunderstood the request the first time I read it, but I understand now. I should be able to get this implemented.
Group chat images are implemented with [this commit](https://github.com/iandwelker/smserver/commit/ba25a75ed1416686bf362622dae04781e998934c), though I haven't added anything yet to allow direct chats to show images as well.
This is fixed with [this commit](https://github.com/iandwelker/smserver/commit/ba25a75ed1416686bf362622dae04781e998934c) (but I also rewrote a buncha stuff so it's introduced a few smaller other issues that I'm working on resolving)
Wow uh yeah that is definitely not good; I'll look into that and should have it fixed by next update. I think it's due to the reactions; they seem to...