Suleman Ali

Results 4 comments of Suleman Ali

Same Happened with Any solution please. I am using M1 Pro and both submodule installation command give same out put for **Using platform target: macOS.**

@ayushP2400 you have to specify inChatSecure-iOS/Submodules/CPAProxy/scripts/build-all.sh and same fro other too ``` #!/bin/bash set -e cd "`dirname \"$0\"`" TOPDIR=$(pwd) SDK=16.4 PLATFORM_TARGET="iOS" ./build-libs.sh 16.4 PLATFORM_TARGET="macOS" ./build-libs.sh ./build-xcframework.sh ./build-cpaproxy-xcframework.sh ``` and same...

@hantu85 one issue I found during private group chat that is When message sender edit his message, everyone in the group can see edited version of messages except owner, owner...

@pitchum for private group chat(by setting up whoiam to anyone) I customed little bit of code like fetching all users(even list of admins and owners, members) in group at the...