Skip to content
Snippets Groups Projects
Commit 9ee7c259 authored by simon's avatar simon
Browse files

SL-18268 - merge fix for viewer update to read group chat history

added missing app setting
parent f257ee7d
No related branches found
No related tags found
No related merge requests found
...@@ -220,6 +220,17 @@ ...@@ -220,6 +220,17 @@
<key>Value</key> <key>Value</key>
<integer>1</integer> <integer>1</integer>
</map> </map>
<key>FetchGroupChatHistory</key>
<map>
<key>Comment</key>
<string>Fetch recent messages from group chat servers when a group window opens</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>1</integer>
</map>
<key>VoiceCallsFriendsOnly</key> <key>VoiceCallsFriendsOnly</key>
<map> <map>
<key>Comment</key> <key>Comment</key>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment