Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
a25b526e
Commit
a25b526e
authored
Jun 14, 2021
by
Aline Gondim Santos
Committed by
Kateryna Kostiuk
Jul 06, 2021
Browse files
multistream: enable for MacOS
Change-Id: I13b63eff7f7b729ece6ac3d16cd4d36767a20464
parent
de472375
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/account.cpp
View file @
a25b526e
...
...
@@ -122,7 +122,7 @@ Account::Account(const std::string& accountID)
,
upnpEnabled_
(
true
)
,
localModeratorsEnabled_
(
true
)
,
allModeratorsEnabled_
(
true
)
#if (defined(__linux__) and not defined(__ANDROID__)) || defined(WIN32)
#if (defined(__linux__) and not defined(__ANDROID__)) || defined(WIN32)
|| (defined(__APPLE__) && TARGET_OS_MAC)
,
multiStreamEnabled_
(
true
)
#else
,
multiStreamEnabled_
(
false
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment