From 54f7a3025832bd84837ca99b58872d2da776080d Mon Sep 17 00:00:00 2001
From: agsantos <aline.gondimsantos@savoirfairelinux.com>
Date: Tue, 27 Jul 2021 09:11:33 -0400
Subject: [PATCH] multistream: add support to ios

GitLab: jami-client-ios#145
Change-Id: Ic4ae63ce2f1df1176c4a74339d1c3d82a9570ad5
---
 src/account.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/account.cpp b/src/account.cpp
index 9310dcfbb8..4e80cff4e4 100644
--- a/src/account.cpp
+++ b/src/account.cpp
@@ -126,7 +126,7 @@ Account::Account(const std::string& accountID)
     , upnpEnabled_(true)
     , localModeratorsEnabled_(true)
     , allModeratorsEnabled_(true)
-#if defined(__linux__) || defined(WIN32) || (defined(__APPLE__) && TARGET_OS_MAC)
+#if defined(__linux__) || defined(WIN32) || defined(__APPLE__)
     , multiStreamEnabled_(true)
 #else
     , multiStreamEnabled_(false)
-- 
GitLab